mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-09 01:19:42 +08:00
refactor: restructure directories to improve module organization Foxel.Models.Request.Picture - Foxel.Models.Request.Tag - Foxel.Models.Request.Auth - Foxel.Models.Request.Picture
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Foxel.Models.Request.Picture;
|
||||
|
||||
public class SearchPicturesByTextRequest
|
||||
public record SearchPicturesByTextRequest
|
||||
{
|
||||
public string Query { get; set; } = string.Empty;
|
||||
public int Page { get; set; } = 1;
|
||||
|
||||
Reference in New Issue
Block a user