using Knoks.Framework.DataAccess; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace Knoks.Core.Entities.Args { public class KnokCurrentlyPublishedArgs : KnokBaseFilterArgs { public bool? Losing { get; set; } public bool? Gaining { get; set; } } }