Beispiel #1
0
 public FindByIdResponse(ZborDTO zbor)
 {
     this.zbor = zbor;
 }
Beispiel #2
0
 public static Zbor getFromDTO(ZborDTO zbor)
 {
     return(new Zbor(zbor.Id, zbor.Destinatie, zbor.DataOraPlecare, zbor.Aeroport, zbor.NrLocuriDisponibile));
 }