Beispiel #1
0
 public List <Category> findAll()
 {
     return(objCategoryDao.FindAll());
 }