Exemplo n.º 1
0
 /// <inheritdoc />
 public UserProfileController(
     Ops.IRegistrationService registrationService,
     Ops.IUserProfileService profileService
     )
 {
     _registrationService = registrationService;
     _profileService      = profileService;
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public UserRegistrationsController(Ops.IRegistrationService registrationService)
 {
     _registrationService = registrationService;
 }