namespace Marco.Pms.Model.Filters { public class ImageFilter { public List? BuildingIds { get; set; } public List? FloorIds { get; set; } public List? WorkAreaIds { get; set; } public List? WorkCategoryIds { get; set; } public List? ActivityIds { get; set; } public List? UploadedByIds { get; set; } public DateTime? StartDate { get; set; } public DateTime? EndDate { get; set; } } }