Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class Foo
  2. {
  3. public Foo(IService1 service1, IService2 service2, IService3 service3, IService4 service4, IService5 service5)
  4. {
  5. // ...
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement