Search Results

2
votes

How should I order my ctor parameters for DI/IOC?

I feel a bit uneasy about allowing an instance of OrderForm to be instantiated without the required reference to an Order instance. One reason might be that this would prevent me from doing upfron …