Пример #1
0
 ///<summary/>
 public Payments(SessionInfo S, UserInfo User)
     : base()
 {
     this.S    = S;
     Pmt       = new InternalService.Payments();
     this.User = User;
 }
Пример #2
0
 ///<summary/>
 public Payments()
     : base()
 {
     Pmt = new InternalService.Payments();
 }