Ejemplo n.º 1
0
 public ActionResult <List <NewDeal> > Get(string name)
 {
     return(FlightDeal.GetFlightDealsFriAndSat());
 }