C# Class RecruitmentManagementSystem.Core.Services.QuestionCategoryService

Inheritance: IQuestionCategoryService
Afficher le fichier Open project: BrainStation-23/recruitment-management-system

Méthodes publiques

Méthode Description
GetPagedList ( ) : IEnumerable
Insert ( QuestionCategoryModel model ) : void
QuestionCategoryService ( IQuestionCategoryRepository questionCategoryRepository, IModelFactory modelFactory ) : System.Collections.Generic
Update ( QuestionCategoryModel model ) : void

Method Details

GetPagedList() public méthode

public GetPagedList ( ) : IEnumerable
Résultat IEnumerable

Insert() public méthode

public Insert ( QuestionCategoryModel model ) : void
model QuestionCategoryModel
Résultat void

QuestionCategoryService() public méthode

public QuestionCategoryService ( IQuestionCategoryRepository questionCategoryRepository, IModelFactory modelFactory ) : System.Collections.Generic
questionCategoryRepository IQuestionCategoryRepository
modelFactory IModelFactory
Résultat System.Collections.Generic

Update() public méthode

public Update ( QuestionCategoryModel model ) : void
model QuestionCategoryModel
Résultat void