예제 #1
0
 public Aircraft GetByModel(string model)
 {
     return(_aircraftRepository.GetByModel(model));
 }