Пример #1
0
 /// <summary>
 ///  操作类型api接口
 /// </summary>
 /// <param name="operationTypeService">操作类型服务接口</param>
 /// <param name="mapper">映射器</param>
 public OperationTypeController(IOperationTypeService operationTypeService, IMapper mapper)
 {
     this._operationTypeService = operationTypeService;
     this._mapper = mapper;
 }