메소드 | 설명 | |
---|---|---|
ApplicantService ( System.Web.HttpContextBase httpContextBase, IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine, IStateService stateService, ICityService cityService ) : System | ||
Approve ( System.Guid id ) : Task |
||
Create ( |
||
DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
EditAsync ( |
||
FillAddViewMoel ( |
||
FillEditViewMoel ( |
||
GetApplicantDetails ( System.Guid id ) : Task |
||
GetApplicantDocument ( System.Guid id, string type ) : Task |
||
GetForCreate ( string path ) : Task |
||
GetForEditAsync ( System.Guid id, string path ) : Task |
||
GetPagedListAsync ( |
||
IsApplicantBirthCertificateNumberExist ( string birthCertificateNumber, System.Guid id ) : Task |
||
IsApplicantNationalCodeExist ( string nationalCode, System.Guid id ) : Task |
||
IsInDb ( System.Guid id ) : Task |
메소드 | 설명 | |
---|---|---|
GetApplicantViewModel ( System.Guid id ) : Task |
public ApplicantService ( System.Web.HttpContextBase httpContextBase, IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine, IStateService stateService, ICityService cityService ) : System | ||
httpContextBase | System.Web.HttpContextBase | |
unitOfWork | IUnitOfWork | |
userManager | IApplicationUserManager | |
mappingEngine | IMappingEngine | |
stateService | IStateService | |
cityService | ICityService | |
리턴 | System |
public Create ( |
||
viewModel | ||
리턴 | void |
public DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
id | System.Guid | |
리턴 | System.Threading.Tasks.Task |
public EditAsync ( |
||
viewModel | ||
리턴 | System.Threading.Tasks.Task |
public FillAddViewMoel ( |
||
viewModel | ||
path | string | |
리턴 | System.Threading.Tasks.Task |
public FillEditViewMoel ( |
||
viewModel | ||
path | string | |
리턴 | System.Threading.Tasks.Task |
public GetApplicantDetails ( System.Guid id ) : Task |
||
id | System.Guid | |
리턴 | Task |
public GetApplicantDocument ( System.Guid id, string type ) : Task |
||
id | System.Guid | |
type | string | |
리턴 | Task |
public GetForEditAsync ( System.Guid id, string path ) : Task |
||
id | System.Guid | |
path | string | |
리턴 | Task |
public GetPagedListAsync ( |
||
request | ||
리턴 | Task |
public IsApplicantBirthCertificateNumberExist ( string birthCertificateNumber, System.Guid id ) : Task |
||
birthCertificateNumber | string | |
id | System.Guid | |
리턴 | Task |
public IsApplicantNationalCodeExist ( string nationalCode, System.Guid id ) : Task |
||
nationalCode | string | |
id | System.Guid | |
리턴 | Task |