Ejemplo n.º 1
0
 public override ICommandExcute ConvertContentAddKey(FileContentAddKey fileContentAddKey)
 {
     return(new FileContentAddCommand(fileContentAddKey));
 }
Ejemplo n.º 2
0
 public abstract T ConvertContentAddKey(FileContentAddKey fileContentAddKey);