Exemplo n.º 1
0
 public async Task <IList <Empresas> > Pesquisar(string str)
 {
     return(await empresasDao.Pesquisar(str));
 }