Method | Description | |
---|---|---|
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 | ||
return |
public Delete ( int id ) : |
||
id | int | |
return |
public Get ( int id ) : |
||
id | int | |
return |
public ProductApplicationService ( IProductRepository repository, IUnitOfWork unitOfWork ) : System.Collections.Generic | ||
repository | IProductRepository | |
unitOfWork | IUnitOfWork | |
return | System.Collections.Generic |
public UpdateBasicInformation ( |
||
command | ||
return |