Пример #1
0
 public LandRow GetLandByID(int id)
 {
     return((LandRow)database.GetLandByID(id));
 }