Пример #1
0
 public KundeDto GetKundeById(int id)
 {
     return(autoReservationBusinessComponent.LoadKunde(id).ConvertToDto());
 }