1234567891011121314151617181920 |
- using Hotline.Application.Tests.Dto;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Hotline.Application.Tests.Mock.Interfaces;
- public interface IOrderServiceStartWorkflow
- {
- OrderServiceMock orderServiceMock { set;}
- OrderServiceMock 办理到派单员(Action action = null);
- OrderServiceMock 办理到工单标注(Action action = null);
- OrderServiceMock 办理到网格员(Action action = null);
- CreateOrderOutDto GetCreateResult();
- OrderServiceMock 办理到一级部门(Action action = null);
- }
|