示例#1
0
 public UserService(TimepunchContext ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public ClockService(TimepunchContext _ctx)
 {
     ctx = _ctx;
 }
示例#3
0
 public AuthService(TimepunchContext ctx)
 {
     _ctx = ctx;
 }