Ejemplo n.º 1
0
 private static IQueryable <Order> AllOrders(OrderContext context)
 {
     return(context.Orders.Include("OrderItems"));
 }