forked from sim0n00ps/OF-DL
7 lines
339 B
C#
7 lines
339 B
C#
namespace OF_DL.Services;
|
|
|
|
public class CajetanDownloadOrchestrationService(ICajetanApiService apiService, IConfigService configService, ICajetanDownloadService downloadService, ICajetanDbService dbService)
|
|
: DownloadOrchestrationService(apiService, configService, downloadService, dbService), ICajetanDownloadOrchestrationService
|
|
{
|
|
}
|