Пример #1
0
 public async Task DeleteApartment(int id)
 {
     await _apartmentRepository.DeleteAsync(id);
 }