예제 #1
0
파일: userModel.cs 프로젝트: Nceba2/MaxShop
 public userModel()
 {
     SqlConnModel = new SqlConnectionModel();
     this.rows = new JArray();
 }
예제 #2
0
 public BookingModel()
 {
     SqlConnModel = new SqlConnectionModel();
     styles       = new StyleModel();
     this.rows    = new JArray();
 }