Method | Description | |
---|---|---|
AddressService ( IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine, IStateService stateService, ICityService cityService ) : System | ||
Create ( |
||
DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
EditAsync ( |
||
FillAddViewModel ( |
||
FillEditViewModel ( |
||
GetAddressViewModel ( System.Guid guid ) : Task |
||
GetAddressesAsync ( |
||
GetForCreate ( System.Guid applicantId, string path ) : |
||
GetForEditAsync ( System.Guid id, string path ) : Task |
||
IsInDb ( System.Guid id ) : Task |
public AddressService ( IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine, IStateService stateService, ICityService cityService ) : System | ||
unitOfWork | IUnitOfWork | |
userManager | IApplicationUserManager | |
mappingEngine | IMappingEngine | |
stateService | IStateService | |
cityService | ICityService | |
return | System |
public Create ( |
||
viewModel | ||
return | Task |
public DeleteAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
id | System.Guid | |
return | System.Threading.Tasks.Task |
public EditAsync ( |
||
viewModel | ||
return | System.Threading.Tasks.Task |
public FillAddViewModel ( |
||
viewModel | ||
path | string | |
return | void |
public FillEditViewModel ( |
||
viewModel | ||
path | string | |
return | void |
public GetAddressViewModel ( System.Guid guid ) : Task |
||
guid | System.Guid | |
return | Task |
public GetAddressesAsync ( |
||
request | ||
return | Task |
public GetForCreate ( System.Guid applicantId, string path ) : |
||
applicantId | System.Guid | |
path | string | |
return |
public GetForEditAsync ( System.Guid id, string path ) : Task |
||
id | System.Guid | |
path | string | |
return | Task |