Example #1
0
 public DeleteModel(CustomerContact.Models.CustomerContext customerContext)
 {
     CustomerContext = customerContext;
 }
Example #2
0
 public CreateModel(CustomerContact.Models.CustomerContext context)
 {
     _context = context;
 }
 public DetailsModel(CustomerContact.Models.CustomerContext context)
 {
     _context = context;
 }
Example #4
0
 public IndexModel(CustomerContact.Models.CustomerContext context)
 {
     _context = context;
 }