add dad-mehr api gateway for test

This commit is contained in:
MahanCh
2025-07-16 11:59:02 +03:30
parent a63fed8c4a
commit eecdcc11c0
5 changed files with 27 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
namespace _0_Framework.Application;
public class AppSettingConfiguration
{
public string Domain { get; set; }
}