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