Ejemplo n.º 1
0
 public List <MenuDTO> GetMenuFavoriteByCategory(int id)
 {
     return(MenuBL.GetMenuFavoriteByCategory(id));
 }