Exemple #1
0
 public int ValidateEmployee(string username, string password)
 {
     return(ob.ValidateEmployee(username, password));
 }