public DriverAssignmentService(LocationService location)
 {
     this.locationService = location;
 }
Exemple #2
0
 public RouteCreationService(LocationService googleMapsUtil, ApplicationDbContext context)
 {
     this.LocationService = googleMapsUtil;
     this.context         = context;
 }