C# 클래스 SSW.MusicStore.Data.Entities.Cart

파일 보기 프로젝트 열기: SSWConsulting/enterprise-musicstore-api-aspnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Cart ( ) : System.Collections.Generic
GetCount ( ) : int
GetTotal ( ) : decimal

메소드 상세

Cart() 공개 메소드

public Cart ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

GetTotal() 공개 메소드

public GetTotal ( ) : decimal
리턴 decimal