Refactoring, database structure changed
This commit is contained in:
14
WatchIt.DTO/Models/Controllers/Photos/Photo/PhotoRequest.cs
Normal file
14
WatchIt.DTO/Models/Controllers/Photos/Photo/PhotoRequest.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using WatchIt.DTO.Models.Controllers.Photos.PhotoBackground;
|
||||
using WatchIt.DTO.Models.Generics.Image;
|
||||
|
||||
namespace WatchIt.DTO.Models.Controllers.Photos.Photo;
|
||||
|
||||
public class PhotoRequest : ImageRequest
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
public long MediumId { get; set; }
|
||||
public PhotoBackgroundRequest? BackgroundData { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user