public CountriesController(PandemicContext db)
 {
     _db = db;
 }
Beispiel #2
0
 public StatusesController(PandemicContext db)
 {
     _db = db;
 }