Esempio n. 1
0
 public string TestAuthntication(string userName, string password)
 {
     return(_authenticate.TestAuthntication(userName, password));
 }