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

@@ -31,6 +31,7 @@ using System.Collections.Generic;
using System.Data;
using System.Linq;
using DynamORM.Mapper;
using DynamORM.Objects;
namespace DynamORM.Helpers
{