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>(); }
public GenericRepository(IBugTrackerContext context) { this.context = context; }