Example #1
0
 public bool Contains(int id)
 {
     return(accountDao.Contains(id));
 }