C# 클래스 Decision.ServiceLayer.EFServiecs.ApplicantInfo.EducationalBackgroundService

کلاس ارائه دهنده سروسیس های لازم برای اعمال روی سابقه تحصیلی متقاضی
상속: IEducationalBackgroundService
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
Create ( AddEducationalBackgroundViewModel viewModel ) : Task
DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task
EditAsync ( EditEducationalBackgroundViewModel viewModel ) : System.Threading.Tasks.Task
EducationalBackgroundService ( IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine ) : System
GetForEditAsync ( System.Guid id ) : Task
GetPagedListAsync ( EducationalBackgroundSearchRequest request ) : Task
IsInDb ( System.Guid guid ) : Task

메소드 상세

Create() 공개 메소드

public Create ( AddEducationalBackgroundViewModel viewModel ) : Task
viewModel Decision.ViewModel.EducationalBackground.AddEducationalBackgroundViewModel
리턴 Task

DeleteAsync() 공개 메소드

public DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task
id System.Guid
리턴 System.Threading.Tasks.Task

EditAsync() 공개 메소드

public EditAsync ( EditEducationalBackgroundViewModel viewModel ) : System.Threading.Tasks.Task
viewModel Decision.ViewModel.EducationalBackground.EditEducationalBackgroundViewModel
리턴 System.Threading.Tasks.Task

EducationalBackgroundService() 공개 메소드

public EducationalBackgroundService ( IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine ) : System
unitOfWork IUnitOfWork
userManager IApplicationUserManager
mappingEngine IMappingEngine
리턴 System

GetForEditAsync() 공개 메소드

public GetForEditAsync ( System.Guid id ) : Task
id System.Guid
리턴 Task

GetPagedListAsync() 공개 메소드

public GetPagedListAsync ( EducationalBackgroundSearchRequest request ) : Task
request Decision.ViewModel.EducationalBackground.EducationalBackgroundSearchRequest
리턴 Task

IsInDb() 공개 메소드

public IsInDb ( System.Guid guid ) : Task
guid System.Guid
리턴 Task