Esempio n. 1
0
 public bool CheckLogin(string username, string password)
 {
     return(IAnswer.CheckLogin(username, password));
 }