Ejemplo n.º 1
0
 public Task <IAlbum> CreateAlbumAsync(string name)
 => _albumCollection.CreateAlbumAsync(Id, name);