SSW.MusicStore.Data.Entities.Cart.Cart C# (CSharp) Méthode

Cart() public méthode

public Cart ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public Cart()
        {
            this.CartItems = new Collection<CartItem>();
        }