Esempio n. 1
0
 public UserService(TimepunchContext ctx)
 {
     _ctx = ctx;
 }
Esempio n. 2
0
 public ClockService(TimepunchContext _ctx)
 {
     ctx = _ctx;
 }
Esempio n. 3
0
 public AuthService(TimepunchContext ctx)
 {
     _ctx = ctx;
 }