Initial commit

This commit is contained in:
2022-07-06 21:35:05 +02:00
commit b2494052ff
97220 changed files with 2449256 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace Gos.Core.Entities
{
public interface IEntity
{
int Id { get; set; }
}
}