Пример #1
0
 public async Task <IActionResult> ObterGastosComidaAsync(Guid id)
 {
     return(Ok(await appService.ObterGastosComidaAsync(id)));
 }