Пример #1
0
 public static bool XoaDichVu(DichVuDTO infor)
 {
     return(DichVuDAO.XoaDichVu(infor));
 }