public static List<Order> Whatever(IEnumerable<Object> objectEnumeration) { return objectEnumeration.Cast<Order>().ToList(); }
No comments:
Post a Comment