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