Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
123456789101112131415 |
- namespace UnivateProperties_API.Containers.Property
- {
- public class PropertySearch
- {
- #region Properties
- public int UserID { get; set; }
- public string Keyword { get; set; }
- public string SalesType { get; set; }
- public string PropertyType { get; set; }
- public string Province { get; set; }
- public string City { get; set; }
- public string Suburb { get; set; }
- #endregion
- }
- }
|