コード例 #1
0
 public static Content Attach(Guid contentId, Guid?currUserId, AttachDetachTarget target)
 {
     return(_current.Attach(contentId, currUserId, target));
 }