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

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

공개 메소드들

메소드 설명
GetPagedList ( ) : IEnumerable
Insert ( RecruitmentManagementSystem.Core.Models.Question.QuestionModel model ) : void
QuestionService ( IModelFactory modelFactory, IQuestionRepository questionRepository, IFileRepository fileRepository ) : System

비공개 메소드들

메소드 설명
ManageFiles ( RecruitmentManagementSystem.Core.Models.Question.QuestionModel model ) : ICollection

메소드 상세

GetPagedList() 공개 메소드

public GetPagedList ( ) : IEnumerable
리턴 IEnumerable

Insert() 공개 메소드

public Insert ( RecruitmentManagementSystem.Core.Models.Question.QuestionModel model ) : void
model RecruitmentManagementSystem.Core.Models.Question.QuestionModel
리턴 void

QuestionService() 공개 메소드

public QuestionService ( IModelFactory modelFactory, IQuestionRepository questionRepository, IFileRepository fileRepository ) : System
modelFactory IModelFactory
questionRepository IQuestionRepository
fileRepository IFileRepository
리턴 System