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