Пример #1
0
 /// <inheritdoc />
 public UserProfileController(
     Ops.IRegistrationService registrationService,
     Ops.IUserProfileService profileService
     )
 {
     _registrationService = registrationService;
     _profileService      = profileService;
 }
Пример #2
0
 /// <inheritdoc />
 public UserRegistrationsController(Ops.IRegistrationService registrationService)
 {
     _registrationService = registrationService;
 }