Beispiel #1
0
 public async Task RemoveAsync(Guid id)
 {
     await _albumRepository.DeleteAndSaveAsync(id);
 }