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