コード例 #1
0
 public RedisRepository(RedisContext context)
 {
     _context = context;
     db       = _context.GetDB(0);;
 }
コード例 #2
0
 public AccountRepository(RedisContext context) : base(context)
 {
     _context = context;
     db       = _context.GetDB(0);;
 }