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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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