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

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

공개 메소드들

메소드 설명
AddCurrency ( Models currency ) : bool
CurrencyService ( IUnitOfWork unitOfWork ) : System
DeleteById ( int id ) : bool
DeleteCurrency ( Models currency ) : bool
Dispose ( ) : void
EditCurrency ( Models currency ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Models.Currency
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllCurrency ( ) : List

메소드 상세

AddCurrency() 공개 메소드

public AddCurrency ( Models currency ) : bool
currency Models
리턴 bool

CurrencyService() 공개 메소드

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

DeleteById() 공개 메소드

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

DeleteCurrency() 공개 메소드

public DeleteCurrency ( Models currency ) : bool
currency Models
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditCurrency() 공개 메소드

public EditCurrency ( Models currency ) : bool
currency Models
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( int id ) : Models.Currency
id int
리턴 Models.Currency

Get() 공개 메소드

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

GetAllCurrency() 공개 메소드

public GetAllCurrency ( ) : List
리턴 List