コード例 #1
0
 public DeleteModel(CustomerContact.Models.CustomerContext customerContext)
 {
     CustomerContext = customerContext;
 }
コード例 #2
0
 public CreateModel(CustomerContact.Models.CustomerContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DetailsModel(CustomerContact.Models.CustomerContext context)
 {
     _context = context;
 }
コード例 #4
0
 public IndexModel(CustomerContact.Models.CustomerContext context)
 {
     _context = context;
 }