Ejemplo n.º 1
0
 public HistoryContextScope(IHistoryableContext context)
 {
     this.context = context;
     this.context.StartTracking();
 }
Ejemplo n.º 2
0
		public HistoryContextScope(IHistoryableContext context)
		{
			this.context = context;
			this.context.StartTracking();
		}