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
+7
View File
@@ -0,0 +1,7 @@
using System;
namespace xModels.Base
{
public class XBaseGuidIDEntityDto : XBaseEntityDto<Guid>
{ }
}