示例#1
0
 public PSKS0102M_BL()
 {
     makerbrandDL  = new M_MakerBrand_DL();
     shiiresakiDL  = new M_SHIIRESAKI_DL();
     brandDL       = new M_Brand_DL();
     makerzaikohDL = new M_MakerZaiko_H_DL();
     LogDL         = new L_Log_DL();
 }
 public MasterTouroku_Brand_BL()
 {
     bdl = new M_Brand_DL();
 }
示例#3
0
 /// <summary>
 /// constructor
 /// </summary>
 public Brand_BL()
 {
     mmdl = new M_Brand_DL();
 }