best comment ever: Get link Facebook X Pinterest Email Other Apps - June 23, 2014 best comment ever: // Insert the Items BusModel.WorkOrderItemManager.Delete(AWorkOrderItemList); Get link Facebook X Pinterest Email Other Apps Comments Brett WiltonJune 23, 2014 at 1:51 PMmaybe 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……..ReplyDeleteRepliesReplyStefan GlienkeJune 23, 2014 at 10:57 PMAnd then you replaced the Delete call with an Insert call so the code does match the comment, right? :pReplyDeleteRepliesReplyNicholas RingJune 23, 2014 at 11:24 PMStefan Glienke Or do you use 'Add()', which gets inserted at the end (assuming it is a list).ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
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……..
ReplyDeleteAnd then you replaced the Delete call with an Insert call so the code does match the comment, right? :p
ReplyDeleteStefan Glienke Or do you use 'Add()', which gets inserted at the end (assuming it is a list).
ReplyDelete