Example #1
0
 public static bool ThemPhieu(string MPT, string MP, DateTime day, string TT, KhachHangDTO KH)
 {
     return(PhieuThueDAO.ThemPhieu(MPT, MP, day, TT, KH));
 }