메소드 | 설명 | |
---|---|---|
AddStore ( Store store ) : bool | ||
DeleteByID ( int id ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteStore ( Store store ) : bool | ||
EditStore ( Store store ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : Store | ||
FindCommodityById ( int id ) : Commodity | ||
FindHubById ( int HubId ) : Hub | ||
GetAllByHUbs ( List |
||
GetAllStore ( ) : List |
||
GetBinCard ( int hubID, int StoreID, int CommodityID, string ProjectID ) : IEnumerable |
||
GetStacksByStoreId ( int StoreId ) : List |
||
GetStacksByToStoreIdFromStoreIdFromStack ( int ToStoreId, int FromStoreId, int FromStackId ) : List |
||
GetStacksWithSIBalance ( int storeId, int siNumber ) : List |
||
GetStoreByHub ( int hubId ) : List |
||
GetStoresWithBalanceOfCommodity ( int parentCommodityId, int hubId ) : List |
||
GetStoresWithBalanceOfCommodityAndSINumber ( int parentCommodityId, int SINumber, int hubId ) : List |
||
StoreService ( IUnitOfWork unitOfWork ) : System |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
리턴 | List |
public GetBinCard ( int hubID, int StoreID, int CommodityID, string ProjectID ) : IEnumerable |
||
hubID | int | |
StoreID | int | |
CommodityID | int | |
ProjectID | string | |
리턴 | IEnumerable |
public GetStacksByToStoreIdFromStoreIdFromStack ( int ToStoreId, int FromStoreId, int FromStackId ) : List |
||
ToStoreId | int | |
FromStoreId | int | |
FromStackId | int | |
리턴 | List |
public GetStacksWithSIBalance ( int storeId, int siNumber ) : List |
||
storeId | int | |
siNumber | int | |
리턴 | List |
public GetStoresWithBalanceOfCommodity ( int parentCommodityId, int hubId ) : List |
||
parentCommodityId | int | |
hubId | int | |
리턴 | List |
public GetStoresWithBalanceOfCommodityAndSINumber ( int parentCommodityId, int SINumber, int hubId ) : List |
||
parentCommodityId | int | |
SINumber | int | |
hubId | int | |
리턴 | List |
public StoreService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
리턴 | System |