C# 클래스 RecruitmentManagementSystem.Core.Services.QuestionCategoryService

상속: IQuestionCategoryService
파일 보기 프로젝트 열기: BrainStation-23/recruitment-management-system

공개 메소드들

메소드 설명
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