public InsuredData(IInsuredService insuredService)
 {
     _insuredService = insuredService;
 }
Ejemplo n.º 2
0
 public InsuredHelpers(IApplicationContext context, IInsuredService insuredService)
 {
     this.context        = context;
     this.insuredService = insuredService;
 }
Ejemplo n.º 3
0
 public InsuredController(IInsuredService insuredService)
 {
     _insuredService = insuredService;
 }
Ejemplo n.º 4
0
 public InsuredData(IInsuredService insuredService)
 {
     _insuredService = insuredService;
 }