Ejemplo n.º 1
0
    //檢查是否為合理的進貨日
    private void IsAcceptDate(string strAcceptDate, out string result)
    {
        CGRModel.MaintainAcceptDate BCO = new PIC.VDS2G.LGT.CGR.MaintainAcceptDate(ConntionDB);

        ParameterList.Clear();
        ParameterList.Add(strAcceptDate);

        result = BCO.IsAcceptDate(ParameterList);
    }