public OrchestrasController(OrchestraService orchestraService, OrchestraHistoryService orchestrahistoryService, UserManager <IdentityUser> userManager) { this.orchestraService = orchestraService; this.orchestrahistoryService = orchestrahistoryService; this.userManager = userManager; }
public LocationsController(LocationService locationService, OrchestraService orchestraService) { this.orchestraService = orchestraService; this.locationService = locationService; }