Ejemplo n.º 1
0
 public OrchestrasController(OrchestraService orchestraService, OrchestraHistoryService orchestrahistoryService, UserManager <IdentityUser> userManager)
 {
     this.orchestraService        = orchestraService;
     this.orchestrahistoryService = orchestrahistoryService;
     this.userManager             = userManager;
 }
Ejemplo n.º 2
0
 public LocationsController(LocationService locationService, OrchestraService orchestraService)
 {
     this.orchestraService = orchestraService;
     this.locationService  = locationService;
 }