Example #1
0
 public string Authenticate(string login, string password)
 {
     return(diadocHttpApi.Authenticate(login, password));
 }