コード例 #1
0
 public static List <Link> Link_GetByTop(string Top, string Where, string Order)
 {
     return(db.Link_GetByTop(Top, Where, Order));
 }