예제 #1
0
 public MembersRepository(ShoppingCarDBContext context)
 {
     _context = context;
 }
예제 #2
0
 public ProductsRepository(ShoppingCarDBContext context)
 {
     _context = context;
 }
 public CategoriesRepository(ShoppingCarDBContext context)
 {
     _context = context;
 }