예제 #1
0
        public static string CheckChooseSellSendInfo(string SourceID, string BillCD)
        {
            string CompanyCD = ((UserInfoUtil)SessionUtil.Session["UserInfo"]).CompanyCD;

            try
            {
                return(BillingDBHelper.CheckChooseSellSendInfo(SourceID, BillCD, CompanyCD));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }