コード例 #1
0
 public bool AccountExists(string login)
 {
     return(_accountDao.AccountExists(login));
 }