Esempio n. 1
0
 public EventService(UPContext ctx)
 {
     _ctx = ctx;
 }
Esempio n. 2
0
 public PresentationService(UPContext ctx)
 {
     _ctx = ctx;
 }
Esempio n. 3
0
 public UserService(UPContext ctx)
 {
     _ctx = ctx;
 }