Method | Description | |
---|---|---|
AddNewProduct ( ProductAdd newItem ) : ProductBase | ||
GetAllProducts ( ) : IEnumerable |
||
GetAllSuppliers ( ) : IEnumerable |
||
GetAllSuppliersList ( ) : IEnumerable |
||
GetProductById ( int id ) : ProductBase | ||
GetProductSizes ( ) : List |
public AddNewProduct ( ProductAdd newItem ) : ProductBase | ||
newItem | ProductAdd | |
return | ProductBase |
public GetProductById ( int id ) : ProductBase | ||
id | int | |
return | ProductBase |