public DbCustomerService(WarehouseContext context) : base(context)
 {
 }
Beispiel #2
0
 public DbProductService(WarehouseContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public DbEntityService(WarehouseContext context)
 {
     this.context = context;
 }
 public DbUserService(WarehouseContext context) : base(context)
 {
 }