mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-16 11:29:52 +01:00
Register
This commit is contained in:
10
APP/DTO/Watch.cs
Normal file
10
APP/DTO/Watch.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace APP.DTO;
|
||||
|
||||
public class Watch
|
||||
{
|
||||
[JsonPropertyName("anime")] public int Anime { get; set; }
|
||||
|
||||
[JsonPropertyName("users")] public List<WatchUser> WatchUsers { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user