コード例 #1
0
            public ProductoSubCategoria Build()
            {
                ProductoSubCategoria subCategoria = new ProductoSubCategoria(this);

                return(subCategoria);
            }
コード例 #2
0
 public void AgregarSubCategoria(ProductoSubCategoria subCategoria)
 {
     this.SubCategorias.Add(subCategoria);
 }