C# Class Cats.Services.Hub.LedgerTypeService

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

Méthodes publiques

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

Method Details

AddLedgerType() public méthode

public AddLedgerType ( LedgerType entity ) : bool
entity Cats.Models.Hubs.LedgerType
Résultat bool

DeleteById() public méthode

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

DeleteLedgerType() public méthode

public DeleteLedgerType ( LedgerType entity ) : bool
entity Cats.Models.Hubs.LedgerType
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditLedgerType() public méthode

public EditLedgerType ( LedgerType entity ) : bool
entity Cats.Models.Hubs.LedgerType
Résultat bool

FindBy() public méthode

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

FindById() public méthode

public FindById ( int id ) : LedgerType
id int
Résultat Cats.Models.Hubs.LedgerType

GetAllLedgerType() public méthode

public GetAllLedgerType ( ) : List
Résultat List

LedgerTypeService() public méthode

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