コード例 #1
0
 public async Task <IList <Categorias> > ListarTodos()
 {
     return(await categoriasDao.ListarTodos());
 }