IOrderServiceStartWorkflow.cs 606 B

1234567891011121314151617181920
  1. using Hotline.Application.Tests.Dto;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace Hotline.Application.Tests.Mock.Interfaces;
  8. public interface IOrderServiceStartWorkflow
  9. {
  10. OrderServiceMock orderServiceMock { set;}
  11. OrderServiceMock 办理到派单员(Action action = null);
  12. OrderServiceMock 办理到工单标注(Action action = null);
  13. OrderServiceMock 办理到网格员(Action action = null);
  14. CreateOrderOutDto GetCreateResult();
  15. OrderServiceMock 办理到一级部门(Action action = null);
  16. }