Exemplo n.º 1
0
 public Task <AlbumSummary> CreateAlbum([FromBody] AlbumSummary value)
 {
     return(_imageProvider.CreateAlbum(value));
 }