コード例 #1
0
 public void NotifyPublish <T>(IPublishContext <T> publishContext) where T : class
 {
     _context.NotifyPublish(publishContext);
 }