Пример #1
0
 public async Task UpsertAsync(IEnumerable <Weight> weights)
 {
     await _healthRepository.UpsertAsync(weights);
 }