public UserRepository(TestProjectContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public AccountRepository(TestProjectContext context)
 {
     this.context = context;
 }