Implemented DLSiteClient.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace JSMR.Infrastructure.Integrations.DLSite.Models;
|
||||
|
||||
public class RelatedProductSeriesData
|
||||
{
|
||||
[JsonPropertyName("worknos")]
|
||||
public string[] WorkNumbers { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user