Beispiel #1
0
 public override ICommandExcute ConvertContentAddKey(FileContentAddKey fileContentAddKey)
 {
     return(new FileContentAddCommand(fileContentAddKey));
 }
Beispiel #2
0
 public abstract T ConvertContentAddKey(FileContentAddKey fileContentAddKey);