Files

10 lines
206 B
C#
Raw Permalink Normal View History

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