Format:
Recent snippets matching tags of constructor injection
public class OrderProcessor : IOrderProcessor { public OrderProcessor(IOrderValidator orderValidator, IOrderShipper orderShipper) { _orderValidator = orderValidator; _orderShipper = orderShipper; } public void Process(Order order) {
183 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
