Example #1
0
 public ColorRepository(LaPacoContext context) : base(context)
 {
 }
Example #2
0
 public SaleProductRepository(LaPacoContext context) : base(context)
 {
 }
Example #3
0
 public InventoryProductRepository(LaPacoContext context) : base(context)
 {
 }
 public ClasificacionProductRepository(LaPacoContext context) : base(context)
 {
 }
Example #5
0
 public OrderRepository(LaPacoContext context) : base(context)
 {
 }
Example #6
0
 public SellerRepository(LaPacoContext context) : base(context)
 {
 }
Example #7
0
 public ClientRepository(LaPacoContext context) : base(context)
 {
 }