Skip to content

Commit

Permalink
[Update] ThingTransaction namespace; fixes #154
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Mar 13, 2023
1 parent 88b3367 commit b06f383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CDP4Dal/Exceptions/TransactionException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// </copyright>
// -------------------------------------------------------------------------------------------------------------------------------

namespace CDP4Common.Exceptions
namespace CDP4Dal.Exceptions
{
using System;
using System.Runtime.Serialization;
Expand Down
5 changes: 3 additions & 2 deletions CDP4Dal/Operations/ThingTransaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ namespace CDP4Dal.Operations

using CDP4Common;
using CDP4Common.EngineeringModelData;
using CDP4Common.Exceptions;
using CDP4Common.Extensions;
using CDP4Common.Polyfills;
using CDP4Common.SiteDirectoryData;
using CDP4Common.CommonData;
using CDP4Common.Types;


using CDP4Dal.Exceptions;

using NLog;

/// <summary>
Expand Down

0 comments on commit b06f383

Please sign in to comment.