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