public UserRepository(TestProjectContext context)
 {
     this.context = context;
 }
Example #2
0
 public AccountRepository(TestProjectContext context)
 {
     this.context = context;
 }