Exemple #1
0
 public string RegProducto(Productos entidad)
 {
     return(cli.InsertarProducto(entidad));
 }