示例#1
0
 public InsuredItemsController(ContentInsuranceMVCContext context)
 {
     _context = context;
 }
 public InsuredItemsController(ContentInsuranceMVCContext context)
 {
     _context = context; //initialize context via dependency injection.
 }