예제 #1
0
 public void Remove(EntitySample entity)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public async Task RemoveAsync(EntitySample entity, CancellationToken cancellationToken = default(CancellationToken))
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public async Task UpdateAsync(EntitySample entity)
 {
     throw new NotImplementedException();
 }