C# 클래스 Cats.Services.Finance.TransporterChequeService

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

공개 메소드들

메소드 설명
AddTransporterCheque ( TransporterCheque transporterCheque ) : bool
DeleteById ( int id ) : bool
DeleteTransporterCheque ( TransporterCheque transporterCheque ) : bool
Dispose ( ) : void
EditTransporterCheque ( TransporterCheque transporterCheque ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : TransporterCheque
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllTransporterCheque ( ) : List
TransporterChequeService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddTransporterCheque() 공개 메소드

public AddTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
리턴 bool

DeleteById() 공개 메소드

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

DeleteTransporterCheque() 공개 메소드

public DeleteTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditTransporterCheque() 공개 메소드

public EditTransporterCheque ( TransporterCheque transporterCheque ) : bool
transporterCheque Cats.Models.TransporterCheque
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

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

Get() 공개 메소드

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

GetAllTransporterCheque() 공개 메소드

public GetAllTransporterCheque ( ) : List
리턴 List

TransporterChequeService() 공개 메소드

public TransporterChequeService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System