Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
123456789101112 |
- namespace UnivateProperties_API.Containers.Property
- {
- public class GroupFields
- {
- #region Properties
- public int ID { get; set; }
- public string Name { get; set; }
- public string Type { get; set; }
- public string Value { get; set; }
- #endregion
- }
- }
|