Example #1
0
 public OrderInfo()
 {
     this.VisitTimes = new System.Collections.Generic.List <VisitTime>();
     this.Doctor     = new DoctorInfo();
     this.User       = new UserInfo();
 }
 public OrderInfo()
 {
     this.VisitTimes = new System.Collections.Generic.List<VisitTime>();
     this.Doctor = new DoctorInfo();
     this.User = new UserInfo();
 }