Example #1
0
 public async Task <IEnumerable <BaseReceitaFederal> > ListTop10()
 {
     return(await _empresa.ListTop10());
 }