Exemple #1
0
 private void UpdateKPITypeAndRemind(T_HR_KPITYPE entType, List<T_HR_KPIREMIND> addList, List<T_HR_KPIREMIND> updateList, List<T_HR_KPIREMIND> delList, ref string strMsg)
 {
     using (KPITypeBll bll = new KPITypeBll())
     {
         bll.UpdateKPIType(entType, addList, updateList, delList, ref strMsg);
     }
 }
Exemple #2
0
 private void UpdateKPIType(T_HR_KPITYPE entType, ref string strMsg)
 {
     using (KPITypeBll bll = new KPITypeBll())
     {
         bll.UpdateKPIType(entType, ref strMsg);
     }
 }