Beispiel #1
0
 public EventDetailsController(EcoServiceContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public RssFeedController(EcoServiceContext context)
 {
     _context = context;
 }
 public NewsDetailsController(EcoServiceContext context)
 {
     _context = context;
 }
 public PollutionDetailsController(EcoServiceContext context)
 {
     _context = context;
 }
 public UsersController(EcoServiceContext context)
 {
     _context = context;
 }