CardShop.Models.Store.Store C# (CSharp) Метод

Store() публичный Метод

public Store ( ) : System
Результат System
        public Store()
        {
            this.StoreInventories = new HashSet<StoreInventory>();
            this.Transactions = new HashSet<Transaction>();
        }
Store