6 lines
135 B
C#
6 lines
135 B
C#
namespace JSMR.Infrastructure.Integrations.DLSite.Models;
|
|
|
|
public class ProductInfoCollection : Dictionary<string, ProductInfo>
|
|
{
|
|
|
|
} |