Guest User

Untitled

a guest
Jun 13th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public class DomainRegistry : Registry
  2. {
  3. public DomainRegistry()
  4. {
  5. For<IOrderInterceptor>().Use<LargeOrderInterceptor>();
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment