Exemplo n.º 1
0
 public static bool checkTrungPhieuThu(string mapt)
 {
     return(ThuTienDAO.checkTrungPhieuThu(mapt));
 }
Exemplo n.º 2
0
 public static void UpdatePhieuThu(string mapt, string makh, DateTime ngaythu, int sotien)
 {
     ThuTienDAO.UpdatePhieuThu(mapt, makh, ngaythu, sotien);
 }
Exemplo n.º 3
0
 public static List <ThuTienDTO> GetDS()
 {
     return(ThuTienDAO.GetDS());
 }
Exemplo n.º 4
0
 public static void DeletePhieuThu(string mapt)
 {
     ThuTienDAO.DeletePhieuThu(mapt);
 }
Exemplo n.º 5
0
 public ThuTienBUS()
 {
     ttDao = new ThuTienDAO();
 }