public ActiveDatasUtility()
 {
     _context = new OnBoardDbContext();
 }
Exemple #2
0
 public GroupsUtility()
 {
     _context = new OnBoardDbContext();
 }
Exemple #3
0
 public UsersUtility()
 {
     _context = new OnBoardDbContext();
 }