Exemple #1
0
 private int DeleteKPIPoint(string kpiTypeId)
 {
     using (KPIPointBll bll = new KPIPointBll())
     {
         return bll.DeleteKPIPoint(kpiTypeId);
     }
 }