예제 #1
0
 public async Task <IList <Categorias> > Pesquisar(string str)
 {
     return(await categoriasDao.Pesquisar(str));
 }