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