示例#1
0
 public bool AgregarArticulo(EntidadArticulo articulo)
 {
     return(logica.AgregarArticulo(articulo));
 }