Example #1
0
 public async Task <IEnumerable <KeyValuePair <string, string> > > ListforCnaeJsonAsync(string cnae, string municipio, string situacao)
 {
     return(await _empresa.ListforCnaeJsonAsync(cnae, municipio, situacao));
 }