/// <inheritdoc /> public Task <bool> UpdateBedAsync(BedModel bedModel) { return(_bedRepository.ReplaceByIdAsync(bedModel.BedId, bedModel)); }