Метод | Описание | |
---|---|---|
AddGiftCertificate ( |
||
DeleteById ( int id ) : bool | ||
DeleteGiftCertificate ( |
||
Dispose ( ) : void | ||
EditGiftCertificate ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
FindBySINumber ( string siNumber ) : |
||
Get ( bool>.Expression |
||
GetAllGiftCertificate ( ) : List |
||
GiftCertificateService ( |
||
IsBillOfLoadingDuplicate ( string billOfLoading ) : bool | ||
IsSINumberNewOrEdit ( string siNumber, int giftCertificateID ) : bool |
public AddGiftCertificate ( |
||
giftCertificate | ||
Результат | bool |
public DeleteGiftCertificate ( |
||
giftCertificate | ||
Результат | bool |
public EditGiftCertificate ( |
||
giftCertificate | ||
Результат | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
Результат | List |
public FindById ( int id ) : |
||
id | int | |
Результат |
public FindBySINumber ( string siNumber ) : |
||
siNumber | string | |
Результат |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
Результат | IEnumerable |
public GiftCertificateService ( |
||
unitOfWork | ||
Результат | System |
public IsBillOfLoadingDuplicate ( string billOfLoading ) : bool | ||
billOfLoading | string | |
Результат | bool |
public IsSINumberNewOrEdit ( string siNumber, int giftCertificateID ) : bool | ||
siNumber | string | |
giftCertificateID | int | |
Результат | bool |