Exemplo n.º 1
0
 public WorkItemMock(WorkItemRepositoryMock store)
     : base(store, store.Logger)
 {
     this.fields = new FieldCollectionMock(this);
     this.IsDirty = false;
 }
Exemplo n.º 2
0
 public WorkItemMock(WorkItemRepositoryMock store)
     : base(store, store.Logger)
 {
     this.fields  = new FieldCollectionMock(this);
     this.IsDirty = false;
 }
 public WorkItemMock(IWorkItemRepository repository, IRuntimeContext context)
     : base(context)
 {
     this.fields  = new FieldCollectionMock(this);
     this.IsDirty = false;
 }