예제 #1
0
 public IUserRepository WithContext(ChimeraContext context)
 {
     _context = context;
     return(this);
 }
예제 #2
0
 public UserRepository(ChimeraContext context)
 {
     _context = context;
 }