using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using YLErp.DBModels.Abstract; namespace YLErp.Model { internal class SealTask { public ITradeContractDocument Document { get; set; } public List TradeIds { get; set; } } }