Example #1
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();
 }
Example #2
0
 public MasterTouroku_Souko_BL()
 {
     msdl = new M_Souko_DL();
     mzdl = new M_ZipCode_DL();
     mldl = new M_Location_DL();
 }
 public ZipCode_BL()
 {
     mzdl = new M_ZipCode_DL();
 }
Example #4
0
 public TempoRegiKaiinTouroku_BL()
 {
     tprg_Kaiin_DL = new M_Customer_DL();
     mzdl          = new M_ZipCode_DL();
 }
 public MasterTouroku_YuubinBangou_BL()
 {
     ZipcodeDL = new M_ZipCode_DL();
 }