Example #1
0
 public HistoryContextScope(IHistoryableContext context)
 {
     this.context = context;
     this.context.StartTracking();
 }
Example #2
0
		public HistoryContextScope(IHistoryableContext context)
		{
			this.context = context;
			this.context.StartTracking();
		}