public TimeSpanController(SiteMonitoringContext context)
 {
     _context = context;
 }
예제 #2
0
 public AccountController(SiteMonitoringContext context)
 {
     _context = context;
 }
예제 #3
0
 public SitesController(SiteMonitoringContext context)
 {
     _context = context;
 }