Beispiel #1
0
 public async Task DeleteValue(Value entity)
 {
     _valueRepository.Remove(entity);
     await _valueRepository.Complete();
 }