Example #1
0
 public async Task <bool> UpdateAsync(Artist artist)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public async Task <int> CreateAsync(Artist artist)
 {
     throw new NotImplementedException();
 }