Example #1
0
 public static int GetEndYear(this Franchise franchise) =>
 franchise.GetLastEntry()?.GetEndYear() ?? default;