Méthode | Description | |
---|---|---|
Create ( string category ) : |
||
Create ( string category, Decimal total_sales ) : |
Create a new sales_by_film_category object.
|
public Create ( string category ) : |
||
category | string | |
Résultat |
public Create ( string category, Decimal total_sales ) : |
||
category | string | Initial value of the category property. |
total_sales | Decimal | |
Résultat |