@c.ConsultationDate.ToString("yyyy-MM-dd") @(string.IsNullOrEmpty(c.ServiceType) ? "" : $"· {c.ServiceType}")
@c.Summary
@if (!string.IsNullOrEmpty(c.Result)) { @c.Result } @if (c.Fee.HasValue) {수임료: @c.Fee.Value.ToString("N0")원
}