add mapper configs ...

This commit is contained in:
2026-08-01 15:32:14 +03:30
parent 2696a9850c
commit 9a13fa68a7
6 changed files with 121 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace xAiModels.Interfaces
{
/// <summary>
/// All Data Manipulation Requirements ...
/// </summary>
public interface IXAiDataProvider
{
}
}