예제 #1
0
 public UserService(MooreMarketContext context)
 {
     _context = context;
 }
 public CategoriesController(MooreMarketContext context)
 {
     _context = context;
 }
예제 #3
0
 public ProductsController(MooreMarketContext context)
 {
     _context = context;
 }
 public FarmersController(MooreMarketContext context)
 {
     _context = context;
 }
예제 #5
0
 public MessagesController(MooreMarketContext context)
 {
     _context = context;
 }
예제 #6
0
 public UserController(MooreMarketContext context)
 {
     _context = context;
 }
예제 #7
0
 public VendorsController(MooreMarketContext context)
 {
     _context = context;
 }