Exemple #1
0
 public User ValidateUser(String userId, String password)
 {
     return(BusinessLogic.ValidateUser(userId, password));
 }