public StatusRepository(BTFeatureTreeContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public ProjectRepository(BTFeatureTreeContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #3
0
 public UserRepository(BTFeatureTreeContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #4
0
 public TypeRepository(BTFeatureTreeContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #5
0
 public PriorityRepository(BTFeatureTreeContext dbContext)
 {
     _dbContext = dbContext;
 }