| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * ProjectName: 核心内容管理系统 |
| | | * Web: https://www.corecms.net |
| | | * Author: 大灰灰 |
| | | * Email: jianweie@163.com |
| | | * CreateTime: 2021/1/31 21:45:10 |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | | * Description: 暂无 |
| | | ***********************************************************************/ |
| | | |
| | |
| | | using AutoMapper; |
| | | using CoreCms.Net.Configuration; |
| | | using CoreCms.Net.IServices; |
| | | using CoreCms.Net.IServices.baifenbingfa; |
| | | using CoreCms.Net.Model.Entities; |
| | | using CoreCms.Net.Model.FromBody; |
| | | using CoreCms.Net.Model.ViewModels.DTO; |
| | |
| | | private readonly ICoreCmsPagesServices _pagesServices; |
| | | private readonly ICoreCmsOrderServices _orderServices; |
| | | private readonly ICoreCmsUserServices _userServices; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 构造函数 |
| | |
| | | , ICoreCmsSettingServices settingServices |
| | | , ICoreCmsPagesServices pagesServices |
| | | , ICoreCmsOrderServices orderServices |
| | | , ICoreCmsUserServices userServices) |
| | | , ICoreCmsUserServices userServices |
| | | ,IBfbfComAPIService bfbfComAPIService) |
| | | { |
| | | _mapper = mapper; |
| | | _settingServices = settingServices; |
| | | _pagesServices = pagesServices; |
| | | _orderServices = orderServices; |
| | | _userServices = userServices; |
| | | |
| | | } |
| | | |
| | | //公共接口==================================================================================================== |