コード例 #1
0
 public static string SearchByFieldName(string fieldName, int firstRow)
 {
     manageBLL mb = new manageBLL();
     return JsonConvert.SerializeObject(mb.SearchByFieldName(fieldName, firstRow));
 }