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