Ejemplo n.º 1
0
 public Favorite DeleteFavorite(int id_)
 {
     return(favoriteService.DeleteFavorite(id_));
 }