public PersonsController(IPersonService personService, IMusicianProfileService musicianProfileService) { _personService = personService; _musicianProfileService = musicianProfileService; }
public MusicianProfilesController(IMusicianProfileService musicianProfileService) { _musicianProfileService = musicianProfileService; }