Beispiel #1
0
 public static DataSet Get_KPI_List(string SearchKPI, int?Page_Index, int?Page_Size, ref int is_Fetch_Count, string Category)
 {
     return(DAL_TMSA_PI.Get_KPI_List(SearchKPI, Page_Index, Page_Size, ref is_Fetch_Count, Category));
 }