Added inital job entity and services. Added released works API integration.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace JSMR.Application.Integrations.DLSite.Models.ReleasedWorks;
|
||||
|
||||
public class ReleasedWorksCollection : Dictionary<string, ReleasedWork>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user