Пример #1
0
 public ActionResult Get(double latitude, double longitude, string userIdentifier)
 {
     return(Ok(_dealsService.GetByLocation(latitude, longitude, userIdentifier)));
 }