Example #1
0
 public async Task <IEnumerable <BiCnae> > ListBICnae(string municipio)
 {
     return(await _empresa.ListBICnae(municipio));
 }