Move new classes to proper namespaces

This commit is contained in:
2026-02-27 15:23:40 +01:00
parent c9a41adef3
commit cb6437ee9d
4 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,8 @@
*/
using System.Data;
using DynamORM.Mapper;
using DynamORM.Objects;
namespace DynamORM.Tests.Helpers
{