Пример #1
0
 public bool CheckLogin(long login)
 {
     if (dataBase.CheckLogin(login))
     {
         return(true);
     }
     return(false);
 }