C# Class Cats.Services.Logistics.SupportTypeService

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

Méthodes publiques

Méthode Description
AddSupportType ( SupportType entity ) : bool
DeleteById ( int id ) : bool
DeleteSupportType ( SupportType entity ) : bool
Dispose ( ) : void
EditSupportType ( SupportType entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : SupportType
GetAllSupportType ( ) : List
SupportTypeService ( IUnitOfWork unitOfWork ) : System

Method Details

AddSupportType() public méthode

public AddSupportType ( SupportType entity ) : bool
entity Cats.Models.SupportType
Résultat bool

DeleteById() public méthode

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

DeleteSupportType() public méthode

public DeleteSupportType ( SupportType entity ) : bool
entity Cats.Models.SupportType
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditSupportType() public méthode

public EditSupportType ( SupportType entity ) : bool
entity Cats.Models.SupportType
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 ) : SupportType
id int
Résultat Cats.Models.SupportType

GetAllSupportType() public méthode

public GetAllSupportType ( ) : List
Résultat List

SupportTypeService() public méthode

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