Step4ProcessNewCompany Method

After the user has reviewed the summary and wants to proceed, this method is invoked. It will cause the new company to be created in the database, along with all its items that have been entered in the ItemsTree beforehand

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin.Wizards
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public Task ProcessNewCompany()

Return Value

Task
Task completion

Remarks

We do not use a CancellationToken here; if the user moves away from the page, the task must still be completed!

See Also