using TIAM.Entities.Users; namespace TIAM.Entities.Products; public interface IProductsRelation { //public List UserProductMappings { get; set; } public List Products { get; set; } }