예제 #1
0
 public bool CheckOrgCredentials(string email, string password)
 {
     return(_or.CheckCredentials(email, password));
 }