public MasterTouroku_Staff_BL()
 {
     StaffDL  = new M_Staff_DL();
     MmpDL    = new M_MultiPorpose_DL();
     MauthoDL = new M_Authorizations_DL();
     storeDL  = new M_Store_DL();
 }
 public KeihiNyuuryoku_BL()
 {
     costDL    = new D_Cost_DL();
     controlDL = new M_Control_DL();
     //payplanDL = new D_PayPlan_DL();
     staffDL    = new M_Staff_DL();
     calendarDL = new M_Calendar_DL();
 }
Example #3
0
 public MasterTouroku_Shiiresaki_BL()
 {
     mvdl  = new M_Vendor_DL();
     mzdl  = new M_ZipCode_DL();
     mbdl  = new M_Bank_DL();
     mkdl  = new M_Kouza_DL();
     mbsdl = new M_BankShiten_DL();
     msdl  = new M_Staff_DL();
 }
 public SiharaiTouroku_BL()
 {
     dpdl  = new D_Pay_DL();
     msdl  = new M_Staff_DL();
     mkdl  = new M_Kouza_DL();
     mvdl  = new M_Vendor_DL();
     mpdl  = new M_Payee_DL();
     dpddl = new D_PayDetail_DL();
     dppdl = new D_PayPlan_DL();
     mmdl  = new M_MultiPorpose_DL();
     mkzdl = new M_Kouza_DL();
 }
Example #5
0
 public SiharaiNyuuryoku_BL()
 {
     dpdl   = new D_Pay_DL();
     mcdl   = new M_Control_DL();
     mcaldl = new M_Calendar_DL();
     msdl   = new M_Staff_DL();
     mmdl   = new M_MultiPorpose_DL();
     mkdl   = new M_Kouza_DL();
     mvdl   = new M_Vendor_DL();
     mpdl   = new M_Payee_DL();
     dpddl  = new D_PayDetail_DL();
     dppdl  = new D_PayPlan_DL();
     mscdl  = new M_StoreClose_DL();
     mkzdl  = new M_Kouza_DL();
 }
Example #6
0
 /// <summary>
 /// constructor
 /// </summary>
 public Login_BL()
 {
     msdl     = new M_Staff_DL();
     mstoredl = new M_Store_DL();
 }
Example #7
0
 /// <summary>
 /// constructor
 /// </summary>
 public Staff_BL()
 {
     msdl = new M_Staff_DL();
 }