Example #1
0
        public async Task AddClimate(Climate climate)
        {
            await _repository.Add(climate);

            await _unit.Complete();
        }