C# Class Cats.Services.EarlyWarning.CurrencyService

Inheritance: ICurrencyService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
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

Method Details

AddCurrency() public méthode

public AddCurrency ( Models currency ) : bool
currency Models
Résultat bool

CurrencyService() public méthode

public CurrencyService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteCurrency() public méthode

public DeleteCurrency ( Models currency ) : bool
currency Models
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditCurrency() public méthode

public EditCurrency ( Models currency ) : bool
currency Models
Résultat bool

FindBy() public méthode

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
Résultat List

FindById() public méthode

public FindById ( int id ) : Models.Currency
id int
Résultat Models.Currency

Get() public méthode

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
Résultat IEnumerable

GetAllCurrency() public méthode

public GetAllCurrency ( ) : List
Résultat List