public VerifiedUserModel(BoInsuranceDbService boInsuranceDbService)
 {
     _boInsuranceDbService = boInsuranceDbService;
 }
Пример #2
0
 public VerificationController(BoInsuranceDbService boInsuranceDbService,
                               IHubContext <MattrVerifiedSuccessHub> hubContext)
 {
     _hubContext           = hubContext;
     _boInsuranceDbService = boInsuranceDbService;
 }