forked from sim0n00ps/OF-DL
7 lines
118 B
C#
7 lines
118 B
C#
namespace OF_DL.Services;
|
|
|
|
public interface ICajetanDownloadOrchestrationService : IDownloadOrchestrationService
|
|
{
|
|
|
|
}
|