Esempio n. 1
0
        public bool BatchAddDocDistrbuteInfoOnlyDocForMVC(List <T_OA_DISTRIBUTEUSER> DistrbuteList, List <string> LstCompanyIDs, List <string> LstDepartmentIDs, List <string> LstPostIDs, List <string> employeeids, T_OA_SENDDOC doc)
        {
            using (BumfCompanyDocDistrbuteManagementBll SendDocBll = new BumfCompanyDocDistrbuteManagementBll())
            {
                bool isReturn = true;

                isReturn = SendDocBll.BatchAddDocDistrbuteInfoOnlyDocForMVC(DistrbuteList, LstCompanyIDs, LstDepartmentIDs, LstPostIDs, employeeids, doc);
                return(isReturn);
            }
        }
Esempio n. 2
0
        public bool BatchAddDocDistrbuteInfoOnlyDocForMVC(List<T_OA_DISTRIBUTEUSER> DistrbuteList, List<string> LstCompanyIDs, List<string> LstDepartmentIDs, List<string> LstPostIDs, List<string> employeeids, T_OA_SENDDOC doc)
        {
            using (BumfCompanyDocDistrbuteManagementBll SendDocBll = new BumfCompanyDocDistrbuteManagementBll())
            {
                bool isReturn = true;

                isReturn = SendDocBll.BatchAddDocDistrbuteInfoOnlyDocForMVC(DistrbuteList, LstCompanyIDs, LstDepartmentIDs, LstPostIDs, employeeids, doc);
                return isReturn;
            }
        }