Beispiel #1
0
 public Registration(IBodyGuardAuthenticationApiService authenticationApiService)
 {
     _authenticationApiService = authenticationApiService;
 }
Beispiel #2
0
 public ValidateRecovery(IBodyGuardAuthenticationApiService authenticationApiService)
 {
     _authenticationApiService = authenticationApiService;
 }
Beispiel #3
0
 public Logout(IBodyGuardAuthenticationApiService authenticationApiService)
 {
     _authenticationApiService = authenticationApiService;
 }
Beispiel #4
0
 public PasswordRecovery(IBodyGuardAuthenticationApiService authenticationApiService)
 {
     _authenticationApiService = authenticationApiService;
 }