feat: 完成任务系统的领域服务
This commit is contained in:
@@ -14,11 +14,4 @@ public interface IAssignmentProvider : ITransientDependency
|
||||
/// <param name="context"></param>
|
||||
/// <returns></returns>
|
||||
Task<List<AssignmentDefineAggregateRoot>> GetCanReceiveListAsync(AssignmentContext context);
|
||||
|
||||
/// <summary>
|
||||
/// 校验是否能够被领取,该方法还需工厂进行代理执行一次
|
||||
/// </summary>
|
||||
/// <param name="context"></param>
|
||||
/// <returns></returns>
|
||||
Task VerifyCanAcceptAsync(AssignmentContext context);
|
||||
}
|
||||
Reference in New Issue
Block a user