초기커밋
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace BrokerCore.Services;
|
||||
|
||||
|
||||
using DbEntity;
|
||||
using Entity;
|
||||
|
||||
|
||||
|
||||
public interface IOrderCompletionStrategy
|
||||
{
|
||||
Task<PlanetItemExchangeOrder> completeOrder(
|
||||
PlanetUserEntity planetUserEntity,
|
||||
PlanetItemExchangeOrder order_created,
|
||||
CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user