Example #1
0
 public async Task <IActionResult> ObterGastosBebidaAsync(Guid id)
 {
     return(Ok(await appService.ObterGastosBebidaAsync(id)));
 }