コード例 #1
0
 public override ICommandExcute ConvertContentSearchKey(ContentSearchKey contentSearchKey)
 {
     return(new ContentCatCommand(contentSearchKey));
 }
コード例 #2
0
 public abstract T ConvertContentSearchKey(ContentSearchKey contentSearchKey);