Beispiel #1
0
 public Quotation GetLastQuotation()
 => Quotations.OrderBy(x => x.Time).LastOrDefault();