C# Класс RecruitmentManagementSystem.Core.Services.QuestionCategoryService

Наследование: IQuestionCategoryService
Показать файл Открыть проект

Открытые методы

Метод Описание
GetPagedList ( ) : IEnumerable
Insert ( QuestionCategoryModel model ) : void
QuestionCategoryService ( IQuestionCategoryRepository questionCategoryRepository, IModelFactory modelFactory ) : System.Collections.Generic
Update ( QuestionCategoryModel model ) : void

Описание методов

GetPagedList() публичный Метод

public GetPagedList ( ) : IEnumerable
Результат IEnumerable

Insert() публичный Метод

public Insert ( QuestionCategoryModel model ) : void
model QuestionCategoryModel
Результат void

QuestionCategoryService() публичный Метод

public QuestionCategoryService ( IQuestionCategoryRepository questionCategoryRepository, IModelFactory modelFactory ) : System.Collections.Generic
questionCategoryRepository IQuestionCategoryRepository
modelFactory IModelFactory
Результат System.Collections.Generic

Update() публичный Метод

public Update ( QuestionCategoryModel model ) : void
model QuestionCategoryModel
Результат void