Example #1
0
 public bool Insert(CTHD_DTO cthd)
 {
     return(cthd_dal.Insert(cthd));
 }