Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public sealed class QueryServices : IQueryServices
  2. {
  3. private readonly IActorRef _bookActor;
  4.  
  5. public QueryServices(CustomProviders.BookActorProvider bookActorProvider)
  6. {
  7. _bookActor = bookActorProvider();
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement