C# 클래스 Cats.Services.Hub.LedgerTypeService

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

공개 메소드들

메소드 설명
AddLedgerType ( LedgerType entity ) : bool
DeleteById ( int id ) : bool
DeleteLedgerType ( LedgerType entity ) : bool
Dispose ( ) : void
EditLedgerType ( LedgerType entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : LedgerType
GetAllLedgerType ( ) : List
LedgerTypeService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddLedgerType() 공개 메소드

public AddLedgerType ( LedgerType entity ) : bool
entity Cats.Models.Hubs.LedgerType
리턴 bool

DeleteById() 공개 메소드

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

DeleteLedgerType() 공개 메소드

public DeleteLedgerType ( LedgerType entity ) : bool
entity Cats.Models.Hubs.LedgerType
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditLedgerType() 공개 메소드

public EditLedgerType ( LedgerType entity ) : bool
entity Cats.Models.Hubs.LedgerType
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

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

GetAllLedgerType() 공개 메소드

public GetAllLedgerType ( ) : List
리턴 List

LedgerTypeService() 공개 메소드

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