예제 #1
0
 //Thêm 1 san pham
 public static bool ThemCTHD(CTHD_DTO cthd)
 {
     return(CTHD_DAL.ThemCTHD(cthd));
 }