コード例 #1
0
ファイル: NewsService.cs プロジェクト: hedinnh/Radapi
 public void DeleteAuthor(int id)
 {
     _newsRepository.DeleteAuthor(id);
 }