public CourseRepository()
 {
     _dbContext = new TrelloDeskContext();
 }
Exemple #2
0
 public PersonRepository()
 {
     _dbContext = new TrelloDeskContext();
 }