Example #1
0
 private bool IsExistSendDocInfo(string StrTitle, string StrType, string StrGrade, string StrProritity, string SendDepart, string StrCompanyID, string StrDepartmentID, string StrPositionID)
 {
     using (BumfCompanySendDocManagementBll SendDocBll = new BumfCompanySendDocManagementBll())
     {
         return(SendDocBll.GetSendDocInfoByAdd(StrTitle, StrGrade, StrProritity, StrType, SendDepart, StrCompanyID, StrDepartmentID, StrPositionID));
     }
 }
Example #2
0
        private bool IsExistSendDocInfo(string StrTitle, string StrType, string StrGrade, string StrProritity,string SendDepart, string StrCompanyID, string StrDepartmentID, string StrPositionID)
        {
            using (BumfCompanySendDocManagementBll SendDocBll = new BumfCompanySendDocManagementBll())
            {
                return SendDocBll.GetSendDocInfoByAdd(StrTitle, StrGrade, StrProritity, StrType, SendDepart, StrCompanyID, StrDepartmentID, StrPositionID);
            }

        }