C# Class VideoRentalService.CategorySale

Afficher le fichier Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string category ) : CategorySale
Create ( string category, Decimal total_sales ) : CategorySale

Create a new sales_by_film_category object.

Method Details

Create() public méthode

public Create ( string category ) : CategorySale
category string
Résultat CategorySale

Create() public méthode

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
Résultat CategorySale