Esempio n. 1
0
 public InsuranceController(IInsuranceService insuranceService, IInsuranceServiceService insuranceServiceService)
 {
     _insuranceService        = insuranceService;
     _insuranceServiceService = insuranceServiceService;
 }
Esempio n. 2
0
 public InsuranceController(IInsuranceService insuranceService, IAttachmentService attachmentService, IInsuranceServiceService insuranceServiceService)
 {
     _insuranceService        = insuranceService;
     _attachmentService       = attachmentService;
     _insuranceServiceService = insuranceServiceService;
 }