コード例 #1
0
 public static void ClearBlogContent(this ObjectRepository repository, int blogId)
 {
     repository.ClearBlogContent(blogId);
 }