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