C# 클래스 Cats.Services.EarlyWarning.GiftCertificateService

상속: IGiftCertificateService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddGiftCertificate ( GiftCertificate giftCertificate ) : bool
DeleteById ( int id ) : bool
DeleteGiftCertificate ( GiftCertificate giftCertificate ) : bool
Dispose ( ) : void
EditGiftCertificate ( GiftCertificate giftCertificate ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : GiftCertificate
FindBySINumber ( string siNumber ) : GiftCertificate
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllGiftCertificate ( ) : List
GiftCertificateService ( UnitOfWork unitOfWork ) : System
IsBillOfLoadingDuplicate ( string billOfLoading ) : bool
IsSINumberNewOrEdit ( string siNumber, int giftCertificateID ) : bool

메소드 상세

AddGiftCertificate() 공개 메소드

public AddGiftCertificate ( GiftCertificate giftCertificate ) : bool
giftCertificate Cats.Models.GiftCertificate
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteGiftCertificate() 공개 메소드

public DeleteGiftCertificate ( GiftCertificate giftCertificate ) : bool
giftCertificate Cats.Models.GiftCertificate
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditGiftCertificate() 공개 메소드

public EditGiftCertificate ( GiftCertificate giftCertificate ) : bool
giftCertificate Cats.Models.GiftCertificate
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : GiftCertificate
id int
리턴 Cats.Models.GiftCertificate

FindBySINumber() 공개 메소드

public FindBySINumber ( string siNumber ) : GiftCertificate
siNumber string
리턴 Cats.Models.GiftCertificate

Get() 공개 메소드

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
리턴 IEnumerable

GetAllGiftCertificate() 공개 메소드

public GetAllGiftCertificate ( ) : List
리턴 List

GiftCertificateService() 공개 메소드

public GiftCertificateService ( UnitOfWork unitOfWork ) : System
unitOfWork Cats.Data.UnitWork.UnitOfWork
리턴 System

IsBillOfLoadingDuplicate() 공개 메소드

public IsBillOfLoadingDuplicate ( string billOfLoading ) : bool
billOfLoading string
리턴 bool

IsSINumberNewOrEdit() 공개 메소드

public IsSINumberNewOrEdit ( string siNumber, int giftCertificateID ) : bool
siNumber string
giftCertificateID int
리턴 bool