Exemplo n.º 1
0
 public List <ItemDTO> GetItemsByCategory(int catId)
 {
     try
     {
         return(CategoryManager.GetItemsByCategory(catId));
     }
     catch
     {
         return(null);
     }
 }