Пример #1
0
 public ProfilesController(IUserProfileService userProfileService, IExternalProfilesService externalProfilesService)
 {
     _userProfileService      = userProfileService;
     _externalProfilesService = externalProfilesService;
 }
Пример #2
0
 public ProfilesController(IUserProfileService userProfileService, IExternalProfilesService externalProfilesService)
 {
     _userProfileService = userProfileService;
     _externalProfilesService = externalProfilesService;
 }