コード例 #1
0
 public UpdateDbTableColumnCommand(IAcSession acSession, IDbTableColumnUpdateInput input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input     = input;
 }
コード例 #2
0
 public UpdateDbTableColumnCommand(IAcSession acSession, IDbTableColumnUpdateInput input)
 {
     if (input == null)
     {
         throw new ArgumentNullException("input");
     }
     this.AcSession = acSession;
     this.Input = input;
 }