示例#1
0
 public bool ThemPhieuThuePhong(PhieuThuePhongDTO phieuThuePhongDTO)
 {
     return(phieuThuePhongDAO.ThemPhieuThuePhong(phieuThuePhongDTO));
 }