C# Класс Cats.Services.EarlyWarning.CurrencyService

Наследование: ICurrencyService
Показать файл Открыть проект

Открытые методы

Метод Описание
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