public ProductCategorySchema(ProductCategorySchema source) : base(source) { }
public ProductCategorySchema(ProductCategorySchema source, bool isShallowClone) : base(source, isShallowClone) { }