wip
This commit is contained in:
parent
f3ab94eff1
commit
31666b4ba0
34 changed files with 140 additions and 83 deletions
|
|
@ -1,6 +1,6 @@
|
|||
using Insight.Database;
|
||||
using Microsoft.ApplicationInsights;
|
||||
using PlanTempus.Core.Sql;
|
||||
using PlanTempus.Core.Database;
|
||||
using PlanTempus.Core.Telemetry;
|
||||
|
||||
namespace PlanTempus.Components.Organizations.Create
|
||||
|
|
@ -32,8 +32,6 @@ namespace PlanTempus.Components.Organizations.Create
|
|||
|
||||
transaction.Commit();
|
||||
|
||||
db.Success();
|
||||
|
||||
telemetryClient.TrackTrace(GetType().Name, orgResult.Format());
|
||||
return orgResult;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue