Ejemplo n.º 1
0
 public ForgotPageModel(Services.IAuthenticateService AuthService)
 {
     _AuthService = AuthService;
 }
Ejemplo n.º 2
0
 public LogInPageModel(Services.IAuthenticateService AuthService)
 {
     _AuthService = AuthService;
 }
Ejemplo n.º 3
0
 public SignUpPageModel(Services.IAuthenticateService AuthService)
 {
     _AuthService = AuthService;
 }