new photos controller created
This commit is contained in:
13
WatchIt.Common/WatchIt.Common.Model/Photos/Photo.cs
Normal file
13
WatchIt.Common/WatchIt.Common.Model/Photos/Photo.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace WatchIt.Common.Model.Photos;
|
||||
|
||||
public abstract class Photo : Picture
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
[JsonPropertyName("background")]
|
||||
public PhotoBackgroundData? Background { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user