コード例 #1
0
 public Make GetMake(int id) => Makes.ToList().Single(m => m.Id == id);
コード例 #2
0
 public List <Make> GetAllMakes() => Makes.ToList();