Méthode | Description | |
---|---|---|
CreateProduct ( |
||
DeleteProduct ( int id ) : void | ||
GetCategory ( int id ) : |
||
GetCategoryList ( ) : List |
||
UpdateProduct ( int id, |
public static CreateProduct ( |
||
categoryModel | ||
Résultat | void |
public static DeleteProduct ( int id ) : void | ||
id | int | |
Résultat | void |
public static GetCategory ( int id ) : |
||
id | int | |
Résultat |
public static UpdateProduct ( int id, |
||
id | int | |
categoryModel | ||
Résultat | void |