فهرست منبع

Added CommitChanges / CancelChanges to IEntity interface

frogsoftware 1 سال پیش
والد
کامیت
10bdb25675
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      InABox.Core/Entity.cs

+ 4 - 0
InABox.Core/Entity.cs

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