Add operation executor
This commit is contained in:
@ -34,5 +34,11 @@ namespace Hcs.Broker.Api
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <inheritdoc cref="INsiCommonApi"/>
|
||||
public Task<string> RequestExportNsiItemAsync(int registryNumber, ListGroup listGroup, CancellationToken token = default)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user