메소드 | 설명 | |
---|---|---|
Create ( |
||
DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
EditAsync ( |
||
FillAddViewModel ( |
||
FillEditViewModel ( |
||
GetForCreate ( System.Guid ApplicantId, string path ) : Task |
||
GetForEditAsync ( System.Guid id, string path ) : Task |
||
GetPagedListAsync ( |
||
GetWorkExperienceViewModel ( System.Guid guid ) : Task |
||
IsInDb ( System.Guid id ) : Task |
||
WorkExperienceService ( IUnitOfWork unitOfWork, ICityService cityService, IStateService stateService, IApplicationUserManager userManager, IMappingEngine mappingEngine ) : System |
public Create ( |
||
viewModel | ||
리턴 | Task |
public DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
id | System.Guid | |
리턴 | System.Threading.Tasks.Task |
public EditAsync ( |
||
viewModel | ||
리턴 | System.Threading.Tasks.Task |
public FillAddViewModel ( |
||
viewModel | ||
path | string | |
리턴 | System.Threading.Tasks.Task |
public FillEditViewModel ( |
||
viewModel | ||
path | string | |
리턴 | System.Threading.Tasks.Task |
public GetForCreate ( System.Guid ApplicantId, string path ) : Task |
||
ApplicantId | System.Guid | |
path | string | |
리턴 | Task |
public GetForEditAsync ( System.Guid id, string path ) : Task |
||
id | System.Guid | |
path | string | |
리턴 | Task |
public GetPagedListAsync ( |
||
request | ||
리턴 | Task |
public GetWorkExperienceViewModel ( System.Guid guid ) : Task |
||
guid | System.Guid | |
리턴 | Task |
public WorkExperienceService ( IUnitOfWork unitOfWork, ICityService cityService, IStateService stateService, IApplicationUserManager userManager, IMappingEngine mappingEngine ) : System | ||
unitOfWork | IUnitOfWork | |
cityService | ICityService | |
stateService | IStateService | |
userManager | IApplicationUserManager | |
mappingEngine | IMappingEngine | |
리턴 | System |