feat(esppOrderLoader): логика получение данных
This commit is contained in:
@@ -19,7 +19,7 @@ namespace PARR.EsppApi
|
||||
this.espp = espp;
|
||||
}
|
||||
|
||||
public async Task<EsppResultBase<IEnumerable<EsppOrder>>> FindOrdersByPrefixAsync(FindOrdersQuery query)
|
||||
public async Task<EsppResultBase<IEnumerable<EsppOrder>>> FindOrdersAsync(FindOrdersQuery query)
|
||||
{
|
||||
logger.LogInformation("Привет!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user