Exemplo n.º 1
0
 public async Task <ActionResult <List <Productos> > > GetProductos()
 {
     return(await _spContext.Listar_ProductosAsync());
 }