コード例 #1
0
 public DriverAssignmentService(LocationService location)
 {
     this.locationService = location;
 }
コード例 #2
0
 public RouteCreationService(LocationService googleMapsUtil, ApplicationDbContext context)
 {
     this.LocationService = googleMapsUtil;
     this.context         = context;
 }