namespace Marco.Pms.Model.Filters { public class TaskFilter { public List? BuildingIds { get; set; } public List? FloorIds { get; set; } public List? ActivityIds { get; set; } public List? ServiceIds { get; set; } } }