Exemplo n.º 1
0
 public async Task <bool> UpdateAsync(Album album)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public async Task <int> CreateAsync(Album album)
 {
     throw new NotImplementedException();
 }