Esempio n. 1
0
 public override ICommandExcute ConvertContentSearchKey(ContentSearchKey contentSearchKey)
 {
     return(new ContentCatCommand(contentSearchKey));
 }
Esempio n. 2
0
 public abstract T ConvertContentSearchKey(ContentSearchKey contentSearchKey);