示例#1
0
 public static List <Link> Link_GetById(string Id)
 {
     return(db.Link_GetById(Id));
 }