Example #1
0
 private static void DeleteCustomerWithID(NorthwindEntities context, string id)
 {
     CustomerManipulator.Delete(context, id);
 }