コード例 #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();
 }