Esempio n. 1
0
 public InfoRuleUpdatedEvent(IAcSession acSession, InfoRuleEntityBase source, IInfoRuleUpdateIo output)
     : base(acSession, source)
 {
     if (output == null)
     {
         throw new System.ArgumentNullException("output");
     }
     this.Output = output;
 }
Esempio n. 2
0
 public InfoRuleUpdatedEvent(IAcSession acSession, InfoRuleEntityBase source, IInfoRuleUpdateIo output)
     : base(acSession, source)
 {
     if (output == null)
     {
         throw new System.ArgumentNullException("output");
     }
     this.Output = output;
 }