forked from sim0n00ps/OF-DL
7 lines
92 B
C#
7 lines
92 B
C#
namespace OF_DL.Services;
|
|
|
|
public interface ICajetanDownloadService : IDownloadService
|
|
{
|
|
|
|
}
|