mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-13 23:39:52 +01:00
First stuff
This commit is contained in:
10
APP/DTO/Studio.cs
Normal file
10
APP/DTO/Studio.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace APP.DTO;
|
||||
|
||||
public class Studio
|
||||
{
|
||||
[JsonPropertyName("id")] public int Id { get; set; }
|
||||
|
||||
[JsonPropertyName("name")] public string Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user