Exemplo n.º 1
0
 public LocationsController(MapDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ReviewReportImpl(MapDbContext context)
 {
     dbContext = context;
 }
Exemplo n.º 3
0
 public MapService()
 {
     context = new MapDbContext();
 }
Exemplo n.º 4
0
 public UserReportImpl(MapDbContext context)
 {
     dbContext = context;
 }
Exemplo n.º 5
0
 public PlacesReportImpl(MapDbContext context)
 {
     dbContext = context;
 }