public DbItemsService(ShopContext context) : base(context)
 {
 }
示例#2
0
 public DbCustomersService(ShopContext context)
 {
     this.context = context;
 }