public LifeInsuranceRepository(Context.LifeInsuranceContext context)
 {
     _context = context;
 }
Пример #2
0
 public CoveragePlanRepository(Context.LifeInsuranceContext context)
 {
     _context = context;
 }
 public RateChartRepository(Context.LifeInsuranceContext context)
 {
     _context = context;
 }