示例#1
0
 public EventService(UPContext ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public PresentationService(UPContext ctx)
 {
     _ctx = ctx;
 }
示例#3
0
 public UserService(UPContext ctx)
 {
     _ctx = ctx;
 }