Example #1
0
 public override ICommandExcute ConvertContentRemoveKey(FileContentRemoveKey fileContentRemoveKey)
 {
     return(new FileContentRemoveCommand(fileContentRemoveKey));
 }
Example #2
0
 public abstract T ConvertContentRemoveKey(FileContentRemoveKey fileContentRemoveKey);