Exemple #1
0
 public List <IdentityError> EditarArt(Articulo art)
 {
     return(articulo.EditarArt(art));
 }