Beispiel #1
0
 public Lot GetLotById(int Id)
 {
     return(DataBase.GetLotById(Id));
 }