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