コード例 #1
0
ファイル: AuthorService.cs プロジェクト: Nossra/C-MVC-Test
 public Models.Author FindAuthorById(int id)
 {
     return(_dao.FindAuthorById(id));
 }