C# 클래스 VideoRentalService.CategorySale

파일 보기 프로젝트 열기: Ecetera/appdynamics-sandpit 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string category ) : CategorySale
Create ( string category, Decimal total_sales ) : CategorySale

Create a new sales_by_film_category object.

메소드 상세

Create() 공개 메소드

public Create ( string category ) : CategorySale
category string
리턴 CategorySale

Create() 공개 메소드

Create a new sales_by_film_category object.
public Create ( string category, Decimal total_sales ) : CategorySale
category string Initial value of the category property.
total_sales Decimal
리턴 CategorySale