Пример #1
0
 public BugTrackerData(IBugTrackerContext context)
 {
     this.context      = context;
     this.repositories = new Dictionary <Type, object>();
 }
Пример #2
0
 public BugTrackerData(IBugTrackerContext context)
 {
     this.context = context;
     this.repositories = new Dictionary<Type, object>();
 }
Пример #3
0
 public GenericRepository(IBugTrackerContext context)
 {
     this.context = context;
 }