예제 #1
0
 protected DapperTableBase(IHangfireSack sack)
 {
     _sack = sack;
     _db   = _sack.DatabaseService;
 }
예제 #2
0
 protected BaseAPIController(IHangfireSack sack)
 {
     _sack = sack;
 }
예제 #3
0
 public JobController(IHangfireSack sack) : base(sack)
 {
 }
예제 #4
0
 public HangfireJobQuery(IHangfireSack sack) : base(sack)
 {
 }