C# Class DRMFSS.BLL.Services.FDPService

Inheritance: IFDPService
Afficher le fichier Open project: edgecomputing/cats-hub-module

Méthodes publiques

Méthode Description
AddFDP ( FDP fdp ) : bool
DeleteById ( int id ) : bool
DeleteFDP ( FDP fdp ) : bool
Dispose ( ) : void
EditFDP ( FDP fdp ) : bool
FDPService ( IUnitOfWork unitOfWork ) : System
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : FDP
GetAllFDP ( ) : List
GetAllFDPForReport ( ) : List
GetFDPsByRegion ( int regionId ) : List

Gets the FDPs by region.

GetFDPsByWoreda ( int woredaId ) : List

Gets the FDPs by woreda.

GetFDPsByZone ( int zoneId ) : List

Gets the FDPs by zone.

Method Details

AddFDP() public méthode

public AddFDP ( FDP fdp ) : bool
fdp FDP
Résultat bool

DeleteById() public méthode

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

DeleteFDP() public méthode

public DeleteFDP ( FDP fdp ) : bool
fdp FDP
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditFDP() public méthode

public EditFDP ( FDP fdp ) : bool
fdp FDP
Résultat bool

FDPService() public méthode

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

FindBy() public méthode

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

FindById() public méthode

public FindById ( int id ) : FDP
id int
Résultat FDP

GetAllFDP() public méthode

public GetAllFDP ( ) : List
Résultat List

GetAllFDPForReport() public méthode

public GetAllFDPForReport ( ) : List
Résultat List

GetFDPsByRegion() public méthode

Gets the FDPs by region.
public GetFDPsByRegion ( int regionId ) : List
regionId int The region id.
Résultat List

GetFDPsByWoreda() public méthode

Gets the FDPs by woreda.
public GetFDPsByWoreda ( int woredaId ) : List
woredaId int The woreda id.
Résultat List

GetFDPsByZone() public méthode

Gets the FDPs by zone.
public GetFDPsByZone ( int zoneId ) : List
zoneId int The zone id.
Résultat List