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