Esempio n. 1
0
 public async Task <IEnumerable <MapGeometryDto> > GetAllMap(string query = null, IEnumerable <string[]> dates = null, string category = null)
 {
     return(await _geolocationService.GetAllMap(query, dates, category));
 }