Implement result getter
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
namespace Hcs.WebApp.BackgroundServices.ResultGetters
|
||||
{
|
||||
public interface IResultGetter
|
||||
{
|
||||
Task<ResultGetterResponse> GetAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user