Пример #1
0
 public async Task <IActionResult> GetAllReportedGardens()
 {
     return(Ok(await gardensService.GetReportedGardens()));
 }