best comment ever:

best comment ever:

  // Insert the Items
  BusModel.WorkOrderItemManager.Delete(AWorkOrderItemList);

Comments

  1. maybe they just forgot to put a "not" symbol in front of the comment….but in reality its probably just the age old cut and paste error……..

    ReplyDelete
  2. And then you replaced the Delete call with an Insert call so the code does match the comment, right? :p

    ReplyDelete
  3. Stefan Glienke Or do you use 'Add()', which gets inserted at the end (assuming it is a list).

    ReplyDelete

Post a Comment