Files
WatchIt/WatchIt.DTO/Models/Controllers/Accounts/AccountBackgroundPicture/AccountBackgroundPictureRequest.cs

10 lines
206 B
C#

namespace WatchIt.DTO.Models.Controllers.Accounts.AccountBackgroundPicture;
public class AccountBackgroundPictureRequest
{
#region PROPERTIES
public Guid Id { get; set; }
#endregion
}