C# Class Cats.Services.Common.LetterTemplateService

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

Méthodes publiques

Méthode Description
AddLetterTemplate ( LetterTemplate letterTemplate ) : bool
DeleteById ( int id ) : bool
DeleteLetterTemplate ( LetterTemplate letterTemplate ) : bool
Dispose ( ) : void
EditLetterTemplate ( LetterTemplate letterTemplate ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : LetterTemplate
GetAllLetterTemplate ( ) : List
GetAllLetterTemplates ( ) : List
LetterTemplateService ( ) : System
LetterTemplateService ( UnitOfWork unitOfWork ) : System

Method Details

AddLetterTemplate() public méthode

public AddLetterTemplate ( LetterTemplate letterTemplate ) : bool
letterTemplate Cats.Models.LetterTemplate
Résultat bool

DeleteById() public méthode

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

DeleteLetterTemplate() public méthode

public DeleteLetterTemplate ( LetterTemplate letterTemplate ) : bool
letterTemplate Cats.Models.LetterTemplate
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditLetterTemplate() public méthode

public EditLetterTemplate ( LetterTemplate letterTemplate ) : bool
letterTemplate Cats.Models.LetterTemplate
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 ) : LetterTemplate
id int
Résultat Cats.Models.LetterTemplate

GetAllLetterTemplate() public méthode

public GetAllLetterTemplate ( ) : List
Résultat List

GetAllLetterTemplates() public méthode

public GetAllLetterTemplates ( ) : List
Résultat List

LetterTemplateService() public méthode

public LetterTemplateService ( ) : System
Résultat System

LetterTemplateService() public méthode

public LetterTemplateService ( UnitOfWork unitOfWork ) : System
unitOfWork Cats.Data.UnitWork.UnitOfWork
Résultat System