6 lines
149 B
C#
6 lines
149 B
C#
namespace JSMR.Application.Integrations.DLSite.Models.ReleasedWorks;
|
|
|
|
public class ReleasedWorksCollection : Dictionary<string, ReleasedWork>
|
|
{
|
|
|
|
} |