Example #1
0
 public bool CanRegister(string login)
 {
     return(accountDao.CanRegister(login));
 }