forked from sim0n00ps/OF-DL
7 lines
332 B
C#
7 lines
332 B
C#
namespace OF_DL.Services;
|
|
|
|
public class CajetanDownloadService(IAuthService authService, IConfigService configService, ICajetanDbService dbService, IFileNameService fileNameService, ICajetanApiService apiService)
|
|
: DownloadService(authService, configService, dbService, fileNameService, apiService), ICajetanDownloadService
|
|
{
|
|
}
|