This commit is contained in:
2026-05-04 00:39:16 +03:30
parent 7109ff501e
commit 1471163990
7 changed files with 48 additions and 80 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace xModels.Base
{
public class XBaseIntIDEntityDto : XBaseEntityDto<int>
{ }
}