using Hotline.Share.Dtos.Order.OrderDelay; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Hotline.BatchTask; using XF.Domain.Authentications; namespace Hotline.Application.OrderApp.OrderDelayApp { public class OrderDelayReviewWithSessionRequest : OrderDelayReviewRequest, IApptaskRequest { public ISessionContext SessionContext { get; set; } } }