Exemple #1
0
 public async Task <E_Producto> Actualizar(E_Producto entity)
 {
     return(await productoRepository.Actualizar(entity));
 }