namespace Marco.Pms.Model.Utilities { public class TenantFilter { public List? IndustryIds { get; set; } public List? CreatedByIds { get; set; } public List? TenantStatusIds { get; set; } public List? References { get; set; } public DateTime? StartDate { get; set; } public DateTime? EndDate { get; set; } } }