Exemplo n.º 1
0
 public EnrolledEventRepository()
 {
     this.eventAppDbContext = new EventAppDbContext();
 }
Exemplo n.º 2
0
 public UserRepository()
 {
     this.eventAppDbContext = new EventAppDbContext();
 }