Ejemplo n.º 1
0
 public BugTrackerData(IBugTrackerContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }
Ejemplo n.º 2
0
 public BugTrackerData(IBugTrackerContext context)
 {
     this.context = context;
     this.repositories = new Dictionary<Type, object>();
 }
Ejemplo n.º 3
0
 public GenericRepository(IBugTrackerContext context)
 {
     this.context = context;
 }