Exemplo n.º 1
0
 /// <inheritdoc />
 public Task CreateOrganisationAsync(
     IWho who,
     EAuditEvent auditEvent,
     IOrganisation organisation)
 {
     return(OrganisationHelper.CreateOrganisationAsync(
                logger: this.logger,
                data: this.data,
                who: who,
                auditEvent: auditEvent,
                organisation: organisation));
 }