Exemple #1
0
 public CATEGORY GetById(int id)
 {
     return(_categoryDAO.GetById(id));
 }