Exemple #1
0
 public CustomerController(WozUContext context)
 {
     _context = context;
     // customers = new List<Customer>() {
     //     new Customer() {
     //     Id = 1,
     //     FirstName = "Steve",
     //     LastName = "Bishop",
     //     Email = "*****@*****.**"
     // }, new Customer() {
     //     Id = 2,
     //     FirstName = "Frodo",
     //     LastName = "Baggins",
     //     Email = "*****@*****.**"
     // }};
 }
Exemple #2
0
 public CustomerPageController(WozUContext context)
 {
     _context = context;
 }