示例#1
0
 public UserController()
 {
     _JWTService = new JWTService();
     ctx         = new KeepCloneContext();
     uow         = new UOW(ctx);
 }
示例#2
0
 public UOW(KeepCloneContext ctx)
 {
     _ctx = ctx;
 }