| | |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Enums; |
| | | using WIDESEAWCS_DTO.BasicInfo; |
| | | using WIDESEAWCS_DTO.Enum; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_IBasicInfoRepository; |
| | | using WIDESEAWCS_IBasicInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | |
| | | private readonly IOrderDetailsService _orderDetailsService; |
| | | public OrderrowsService(IOrderrowsRepository BaseDal, IOrderDetailsService orderDetailsService) : base(BaseDal) |
| | | { |
| | | _orderDetailsService=orderDetailsService; |
| | | _orderDetailsService = orderDetailsService; |
| | | } |
| | | |
| | | public WebResponseContent SetOrderrows(Object OrderRequ) |
| | |
| | | Orderdetails_num = itemt.num, |
| | | Orderdetails_grain = itemt.grain, |
| | | Orderrowsid = orderid, |
| | | Orderdetails_name = itemt.name |
| | | }; |
| | | |
| | | _orderDetailsService.AddData(orderDetails); |