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