Example #1
0
 public IEnumerable <Award> GetAllAwards()
 {
     return(UserDao.GetAllAwards());
 }