Exemple #1
0
 public string GetAllTableInfo(string where)
 {
     return(JsonHelper.ToJson(dal.GetList(where)));
 }