示例#1
0
 public ActionService(FirefightersDbContext context)
 {
     _context = context;
 }
 public FirefighterService(FirefightersDbContext context)
 {
     _context = context;
 }