Beispiel #1
0
        public string GetMaeukeKin(D_Collect_Entity de)
        {
            string       ret = "";
            D_Collect_DL dl  = new D_Collect_DL();
            DataTable    dt  = dl.D_Collect_SelectMaeukeKin(de);

            if (dt.Rows.Count > 0)
            {
                ret = Z_SetStr(dt.Rows[0]["MaeukeKin"]);
            }
            return(ret);
        }
Beispiel #2
0
 public NyuukinNyuuryoku_BL()
 {
     mdl = new D_Collect_DL();
 }
Beispiel #3
0
 public TempoRegiNyuukinNyuuryoku_BL()
 {
     ddhdl = new D_DepositHistory_DL();
     coldl = new D_Collect_DL();
 }