Example #1
0
 public HelpDeskController(IHelpDeskService helpDeskService)
 {
     _helpDeskService = helpDeskService;
 }
Example #2
0
 public HelpDeskController(IHelpDeskService helpDeskService)
 {
     _helpDeskService = helpDeskService;
 }