C# Class DRMFSS.BLL.Services.HubOwnerService

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

Méthodes publiques

Méthode Description
AddHubOwner ( HubOwner hubOwner ) : bool
DeleteById ( int id ) : bool
DeleteHubOwner ( HubOwner hubOwner ) : bool
Dispose ( ) : void
EditHubOwner ( HubOwner hubOwner ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : HubOwner
GetAllHubOwner ( ) : List
HubOwnerService ( IUnitOfWork unitOfWork ) : System

Method Details

AddHubOwner() public méthode

public AddHubOwner ( HubOwner hubOwner ) : bool
hubOwner HubOwner
Résultat bool

DeleteById() public méthode

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

DeleteHubOwner() public méthode

public DeleteHubOwner ( HubOwner hubOwner ) : bool
hubOwner HubOwner
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditHubOwner() public méthode

public EditHubOwner ( HubOwner hubOwner ) : bool
hubOwner HubOwner
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 ) : HubOwner
id int
Résultat HubOwner

GetAllHubOwner() public méthode

public GetAllHubOwner ( ) : List
Résultat List

HubOwnerService() public méthode

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