Update MD2

This commit is contained in:
Chris Chen
2024-05-02 15:24:13 -07:00
parent eea11029e9
commit ed89de631b
93 changed files with 3392 additions and 152 deletions
+4
View File
@@ -11,4 +11,8 @@ namespace Church.Net.Entity.Interface
public interface ICombinedKeyEntity
{
}
public interface IBussinessEntity
{
Guid Id { get; set; }
}
}