diff options
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Generic/EntityBase.cs')
| -rw-r--r-- | Gestor.Infrastructure/Gestor.Infrastructure.Entities.Generic/EntityBase.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Generic/EntityBase.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Generic/EntityBase.cs deleted file mode 100644 index 38b6909..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Generic/EntityBase.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Generic
-{
- public class EntityBase
- {
- public virtual long Id
- {
- get;
- set;
- }
-
- public EntityBase()
- {
- }
- }
-}
\ No newline at end of file |