public UpdateDbViewColumnCommand(IAcSession acSession, IDbViewColumnUpdateInput input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input     = input;
 }
 public UpdateDbViewColumnCommand(IAcSession acSession, IDbViewColumnUpdateInput input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input = input;
 }