Skip to content

Commit f83e14a

Browse files
Fixing namespaces
1 parent a60e938 commit f83e14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Magic.IndexedDb/LinqTranslation/Interfaces/IMagicExecute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Text;
77
using System.Threading.Tasks;
88

9-
namespace Magic.IndexedDb.LinqTranslation.Interfaces
9+
namespace Magic.IndexedDb
1010
{
1111
public interface IMagicExecute<T> where T : class
1212
{

Magic.IndexedDb/LinqTranslation/Interfaces/IMagicQueryOrderableTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Text;
66
using System.Threading.Tasks;
77

8-
namespace Magic.IndexedDb.LinqTranslation.Interfaces
8+
namespace Magic.IndexedDb
99
{
1010
/// <summary>
1111
/// Direct ordering applied to a table without where statements.

0 commit comments

Comments
 (0)