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