Beispiel #1
0
 public PolicyManager(EnsuranceContext context)
 {
     _ensuranceContext = context;
 }
 public CoverageTypesController(EnsuranceContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CoveringManager(EnsuranceContext context)
 {
     _ensuranceContext = context;
 }
 public PolicyController(EnsuranceContext context)
 {
     _context = context;
 }
 public RiskTypesController(EnsuranceContext context)
 {
     _context = context;
 }