Esempio n. 1
0
 public Response AuthenticateUser(UserVM model)
 {
     return(UserVM.AuthenticateUser(model));
 }