Beispiel #1
0
 public LocationsController(MapDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ReviewReportImpl(MapDbContext context)
 {
     dbContext = context;
 }
Beispiel #3
0
 public MapService()
 {
     context = new MapDbContext();
 }
Beispiel #4
0
 public UserReportImpl(MapDbContext context)
 {
     dbContext = context;
 }
Beispiel #5
0
 public PlacesReportImpl(MapDbContext context)
 {
     dbContext = context;
 }