public ManagerController(IProgrammerProfileService profileService)
 {
     _profileService = profileService;
 }
Пример #2
0
 public ProgrammerProfileController(IProgrammerProfileService profileService)
 {
     _profileService = profileService;
 }