Example #1
0
 public Boolean kiemTraNgayKhoiHanh(string idtour, string ngay)
 {
     return(tourModel.kiemTraNgayKhoiHanh(idtour, ngay));
 }