Пример #1
0
 public override ICommandExcute ConvertContentAddKey(FileContentAddKey fileContentAddKey)
 {
     return(new FileContentAddCommand(fileContentAddKey));
 }
Пример #2
0
 public abstract T ConvertContentAddKey(FileContentAddKey fileContentAddKey);