Example #1
0
 public IEnumerable <AuthUser> GetAll()
 {
     return(_authUserDAO.GetAll());
 }