Exemplo n.º 1
0
 public static DataTable ExecuteProDetect(string category, int id)
 {
     return(SysInfoQueryDal.ExecuteProDetect(category, id));
 }