public LifeInsuranceRepository(Context.LifeInsuranceContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public CoveragePlanRepository(Context.LifeInsuranceContext context)
 {
     _context = context;
 }
 public RateChartRepository(Context.LifeInsuranceContext context)
 {
     _context = context;
 }