示例#1
0
 public static DataTable Country_GetByTop(string Top, string Where, string Order)
 {
     return(db.Country_GetByTop(Top, Where, Order));
 }