示例#1
0
 public OrderSqlRepository(ClothyDbContext context)
 {
     _context = context;
 }
示例#2
0
 public CategorySqlRepository(ClothyDbContext context)
 {
     _context = context;
 }
示例#3
0
 public ItemSqlRepository(ClothyDbContext context)
 {
     _context = context;
 }
 public CategoryListViewComponent(ClothyDbContext context)
 {
     _context = context;
 }