Explorar el Código

Added CommitChanges / CancelChanges to IEntity interface

frogsoftware hace 1 año
padre
commit
10bdb25675
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      InABox.Core/Entity.cs

+ 4 - 0
InABox.Core/Entity.cs

@@ -24,6 +24,10 @@ namespace InABox.Core
         Guid Deleted { get; set; }
         Guid Deleted { get; set; }
 
 
         bool IsChanged();
         bool IsChanged();
+
+        void CommitChanges();
+        void CancelChanges();
+
     }
     }
 
 
     public interface ITaxable
     public interface ITaxable