Exemplo n.º 1
0
 public SkillRepo()
 {
     _context = new Brenda20Context();
 }
Exemplo n.º 2
0
 public LevelRepo()
 {
     _context = new Brenda20Context();
 }
Exemplo n.º 3
0
 public UserRepo()
 {
     _context = new Brenda20Context();
 }
Exemplo n.º 4
0
 public RoleRepo()
 {
     _context = new Brenda20Context();
 }