mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-17 08:39:53 +01:00
Register
This commit is contained in:
12
APP/DTO/WatchExtended.cs
Normal file
12
APP/DTO/WatchExtended.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace APP.DTO;
|
||||
|
||||
public class WatchExtended
|
||||
{
|
||||
[JsonPropertyName("anime")] public int Anime { get; set; }
|
||||
|
||||
[JsonPropertyName("users")] public List<User> Users { get; set; }
|
||||
|
||||
[JsonPropertyName("data")] public Anime Data { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user