示例#1
0
 public BugTrackerData(IBugTrackerContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }
 public BugTrackerData(IBugTrackerContext context)
 {
     this.context = context;
     this.repositories = new Dictionary<Type, object>();
 }
示例#3
0
 public GenericRepository(IBugTrackerContext context)
 {
     this.context = context;
 }