9 lines
195 B
C#
9 lines
195 B
C#
using JSMR.Application.Enums;
|
|
|
|
namespace JSMR.Application.Integrations.DLSite.Models.ReleasedWorks;
|
|
|
|
public record ReleasedWorksRequest(
|
|
Locale Locale,
|
|
DateOnly Date,
|
|
int Period
|
|
); |