Пример #1
0
 public GroupEscalation(IXSOFactory xsoFactory, IGroupEscalationFlightInfo groupEscalationFlightInfo, IMailboxUrls mailboxUrls)
 {
     Util.ThrowOnNullArgument(groupEscalationFlightInfo, "groupEscalationFlightInfo");
     this.xsoFactory = xsoFactory;
     this.groupEscalationFlightInfo = groupEscalationFlightInfo;
     this.mailboxUrls = mailboxUrls;
 }
 public TransportGroupEscalation(MbxTransportMailItem mbxTransportMailItem, IXSOFactory xsoFactory, IGroupEscalationFlightInfo groupEscalationFlightInfo, IMailboxUrls mailboxUrls) : base(xsoFactory, groupEscalationFlightInfo, mailboxUrls)
 {
     this.mbxTransportMailItem = mbxTransportMailItem;
 }