예제 #1
0
 public AuthRepositoryReadContext(JyDBReadContext session) : base(session)
 {
 }
예제 #2
0
 public UserRepositoryRead(IRepositoryReadContext context) : base(context)
 {
     dbContext = (JyDBReadContext)_dbContext;
 }
예제 #3
0
 private EntityFrameworkRepositoryReadContext getRepositoryReadContext(JyDBReadContext context)
 {
     return(new EntityFrameworkRepositoryReadContext(context));
 }
예제 #4
0
 public RoleRepositoryRead(IRepositoryReadContext dbcontext) : base(dbcontext)
 {
     dbContext = (JyDBReadContext)_dbContext;
 }