public DbItemsService(ShopContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public DbCustomersService(ShopContext context)
 {
     this.context = context;
 }