コード例 #1
0
 public HomeController(ILogger<HomeController> logger , wasted_food_databaseContext context)
 {
     _logger = logger;
     _context = context;
 }
コード例 #2
0
 public BuyerManagerController(wasted_food_databaseContext context)
 {
     _context = context;
 }
コード例 #3
0
 public AdminController(wasted_food_databaseContext context)
 {
     _context = context;
 }
コード例 #4
0
 public ReportController(wasted_food_databaseContext context)
 {
     _context = context;
 }
コード例 #5
0
 public FeedbackController(wasted_food_databaseContext context)
 {
     _context = context;
 }