SSW.MusicStore.Data.Entities.Cart.Cart C# (CSharp) 메소드

Cart() 공개 메소드

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