Пример #1
0
 public ThanksModel(BookingEngineContext ctx)
 {
     this._ctx = ctx;
 }
 public ThankYouModel(BookingEngineContext _ctx)
 {
     this._ctx = _ctx;
 }