public bool AddBatchOrgInfo(List <V_ORGANIZATIONINFO> listOrgInfo, string companyID, ref string strMsg) { using (DepartmentBLL bll = new DepartmentBLL()) { return(bll.AddBatchOrgInfo(listOrgInfo, companyID, ref strMsg)); } }
public bool AddBatchOrgInfo(List<V_ORGANIZATIONINFO> listOrgInfo,string companyID, ref string strMsg) { using (DepartmentBLL bll = new DepartmentBLL()) { return bll.AddBatchOrgInfo(listOrgInfo,companyID,ref strMsg); } }