Пример #1
0
 public EventService(UPContext ctx)
 {
     _ctx = ctx;
 }
Пример #2
0
 public PresentationService(UPContext ctx)
 {
     _ctx = ctx;
 }
Пример #3
0
 public UserService(UPContext ctx)
 {
     _ctx = ctx;
 }