Files
jsmr/JSMR.Infrastructure/Integrations/DLSite/Models/ProductInfoCollection.cs

6 lines
135 B
C#

namespace JSMR.Infrastructure.Integrations.DLSite.Models;
public class ProductInfoCollection : Dictionary<string, ProductInfo>
{
}