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