TangyBlazor icon indicating copy to clipboard operation
TangyBlazor copied to clipboard

using a class initializer for collection in EF's class

Open aminsharifi opened this issue 2 years ago • 0 comments

The Product class didn't use a class initializer, is it better to use an initializer like the one below? public Product() { ProductPrices = new HashSet<ProductPrice>(); }

aminsharifi avatar Jan 29 '23 08:01 aminsharifi