C# Class RecruitmentManagementSystem.Core.Services.QuestionCategoryService

Inheritance: IQuestionCategoryService
Mostra file Open project: BrainStation-23/recruitment-management-system

Public Methods

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

Method Details

GetPagedList() public method

public GetPagedList ( ) : IEnumerable
return IEnumerable

Insert() public method

public Insert ( QuestionCategoryModel model ) : void
model QuestionCategoryModel
return void

QuestionCategoryService() public method

public QuestionCategoryService ( IQuestionCategoryRepository questionCategoryRepository, IModelFactory modelFactory ) : System.Collections.Generic
questionCategoryRepository IQuestionCategoryRepository
modelFactory IModelFactory
return System.Collections.Generic

Update() public method

public Update ( QuestionCategoryModel model ) : void
model QuestionCategoryModel
return void