예제 #1
0
 public BL_Ban(FrmSuDungDichVu f)
 {
     daTable         = new DA_Ban();
     daHoaDon        = new DA_HoaDon();
     blHoaDon        = new BL_HoaDon(f);
     frmSuDungDichVu = f;
 }
예제 #2
0
 public BL_HoaDon(FrmSuDungDichVu f)
 {
     this.frmSuDungDichVu = f;
     daHoaDon = new DA_HoaDon();
 }