Example #1
0
 public RealtyRow GetCoordinatesByID(int id)
 {
     return((RealtyRow)database.GetDataByID(id));
 }