9 lines
161 B
C#
9 lines
161 B
C#
using System.Threading.Tasks;
|
|
|
|
namespace mROA.Abstract
|
|
{
|
|
public interface IRequestExtractor : IInjectableModule
|
|
{
|
|
Task StartExtraction();
|
|
}
|
|
} |