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