Advertisement
oldhowl

Untitled

Feb 19th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class Form
  2. {
  3.  
  4. private readonly IElkaService _elkaService;
  5.  
  6. public Form()
  7. {
  8. _elkaService = new ElkaService();
  9. ...
  10. }
  11.  
  12. ...
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement