Exemplo n.º 1
0
 public CityService(GisDbContext context)
 {
     _gisDbContext = context;
 }
Exemplo n.º 2
0
 public PrognosisService(GisDbContext context)
 {
     _gisDbContext = context;
 }