コード例 #1
0
 public static User GetUserByLogin(string login)
 {
     return(TranslitServiceWrapper.GetUserByLogin(login));
 }