Example #1
0
 public string TypeOfRealty(int id)
 {
     return(database.TypeOfRealty(id));
 }