Ejemplo n.º 1
0
 public ActionResult <List <CuisineType> > GetAllCuisines(int id)
 {
     return(merchantService.GetAllCuisinesService(id));
 }