public InsuredData(IInsuredService insuredService)
 {
     _insuredService = insuredService;
 }
Пример #2
0
 public InsuredHelpers(IApplicationContext context, IInsuredService insuredService)
 {
     this.context        = context;
     this.insuredService = insuredService;
 }
Пример #3
0
 public InsuredController(IInsuredService insuredService)
 {
     _insuredService = insuredService;
 }
Пример #4
0
 public InsuredData(IInsuredService insuredService)
 {
     _insuredService = insuredService;
 }