mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-13 04:30:20 +08:00
7 lines
140 B
C#
7 lines
140 B
C#
namespace Foxel.Models.Request.Picture;
|
|
|
|
public class UpdatePictureRequestWithId : UpdatePictureRequest
|
|
{
|
|
public int Id { get; set; }
|
|
}
|