Method works when dependent Method never called?
I am following a Pluralsight tutorial on ASP.NET Fundamentals and we've just created this hard-coded data repository to work from:
I understand what both of these methods do but I don't understand how the
Also, shouldn't
Thank you in advance!
I understand what both of these methods do but I don't understand how the
PiesOfTheWeek method would currently work as the AllPies has never been called and not called in any constructor? I would expect PiesOfTheWeek to return Null when it tries it's Where statement.Also, shouldn't
AllPies have () when it's used in PiesOfTheWeek?Thank you in advance!