예제 #1
0
 public HomeController(ILogger<HomeController> logger , wasted_food_databaseContext context)
 {
     _logger = logger;
     _context = context;
 }
 public BuyerManagerController(wasted_food_databaseContext context)
 {
     _context = context;
 }
 public AdminController(wasted_food_databaseContext context)
 {
     _context = context;
 }
 public ReportController(wasted_food_databaseContext context)
 {
     _context = context;
 }
 public FeedbackController(wasted_food_databaseContext context)
 {
     _context = context;
 }