namespace UnivateProperties_API.Containers.ProcessFlow { public class BitItemDecline { #region Proeprties public int Id { get; set; } public string Comment { get; set; } #endregion } }