Ejemplo n.º 1
0
 public Bl_CustomerType(GUI.FrmCustomerType frm)
 {
     ct       = new DA.DA_Customertype();
     this.frm = frm;
 }
Ejemplo n.º 2
0
 public BL_AddCustomer(GUI.FrmAddCustomer f)
 {
     frm      = f;
     customer = new DA.DA_Customer();
     custype  = new DA.DA_Customertype();
 }
Ejemplo n.º 3
0
 public Bl_EditCustomerType(GUI.FrmEditCustomerType frm)
 {
     this.frm = frm;
     ct       = new DA.DA_Customertype();
 }
Ejemplo n.º 4
0
 public BL_EditCustomer(GUI.FrmEditCustomer f)
 {
     frm      = f;
     customer = new DA.DA_Customer();
     custype  = new DA.DA_Customertype();
 }