SSW.MusicStore.Data.Entities.Cart.Cart C# (CSharp) Method

Cart() public method

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