예제 #1
0
 public Task <bool> CheckCredentials(string login, string hash)
 {
     return(_chatManager.CheckCredentialsAsync(login, hash));
 }