コード例 #1
0
 public void DeleteAuthor(int authorId)
 {
     _authorFunctions.DeleteExistingAuthor(authorId);
 }