Ejemplo n.º 1
0
 public void AddMetadata([FromBody] MetadataCreateCommand command)
 {
     _releaseService.AddMetadata(command);
 }