Method | Description | |
---|---|---|
AddCommodity ( |
||
CommodityService ( IUnitOfWork unitOfWork ) : System | ||
DeleteById ( int id ) : bool | ||
DeleteCommodity ( |
||
Dispose ( ) : void | ||
EditCommodity ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
Get ( bool>.System |
||
GetAllCommodity ( ) : List |
||
GetAllUnit ( ) : IEnumerable |
||
GetCommoidtyId ( string commodityName ) : int | ||
GetCommonCommodity ( ) : List |
public AddCommodity ( |
||
commodity | ||
return | bool |
public CommodityService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public DeleteCommodity ( |
||
commodity | ||
return | bool |
public EditCommodity ( |
||
commodity | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public Get ( bool>.System |
||
filter | bool>.System | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |
public GetCommoidtyId ( string commodityName ) : int | ||
commodityName | string | |
return | int |