Exemple #1
0
 public TelephonesController(IGenTelephonService broPasswdService, IGetCallCounterService getCallCounterService)
 {
     _broTelephonService    = broPasswdService;
     _getCallCounterService = getCallCounterService;
 }
Exemple #2
0
 public DateTimeController(IGetCallCounterService getCallCounterService)
 => _getCallCounterService = getCallCounterService;
Exemple #3
0
 public GuidsController(IGetCallCounterService getCallCounterService)
 {
     _getCallCounterService = getCallCounterService;
 }
Exemple #4
0
 public PasswordsController(IGenPasswdService broPasswdService, IGetCallCounterService getCallCounterService)
 {
     _genPasswdService      = broPasswdService;
     _getCallCounterService = getCallCounterService;
 }