コード例 #1
0
ファイル: LinkBLL.cs プロジェクト: 666-arch/MyBlog
 public static List <link> Index()
 {
     return(LinkDAL.Index());
 }