示例#1
0
 public Response AuthenticateUser(UserVM model)
 {
     return(UserVM.AuthenticateUser(model));
 }