Метод | Описание | |
---|---|---|
Create ( |
||
Delete ( int id ) : |
||
Get ( ) : List |
||
Get ( int skip, int take ) : List |
||
Get ( int id ) : |
||
GetOutOfStock ( ) : List |
||
ProductApplicationService ( IProductRepository repository, IUnitOfWork unitOfWork ) : System.Collections.Generic | ||
UpdateBasicInformation ( |
public Create ( |
||
command | ||
Результат |
public Delete ( int id ) : |
||
id | int | |
Результат |
public Get ( int id ) : |
||
id | int | |
Результат |
public ProductApplicationService ( IProductRepository repository, IUnitOfWork unitOfWork ) : System.Collections.Generic | ||
repository | IProductRepository | |
unitOfWork | IUnitOfWork | |
Результат | System.Collections.Generic |
public UpdateBasicInformation ( |
||
command | ||
Результат |