Example #1
0
 public LoadingLocationsController(ILoadingLocationsService loadingLocationsService)
 {
     _loadingLocationsService = loadingLocationsService;
 }
 public LoadingLocationsAdministrationController(ILoadingLocationsService loadingLocationsService)
 {
     _loadingLocationsService = loadingLocationsService;
 }