コード例 #1
0
 public void RemoveCategoryAsync(Category category)
 {
     context.Remove(category);
 }
コード例 #2
0
 public void RemoveAuthorAsync(Author author)
 {
     context.Remove(author);
 }