Exemplo n.º 1
0
 //constructors for the above private clases
 public ShoppingController()
 {
     eCartDbEntities = new eCartDbEntities();
     cartModels      = new List <cartModel>();
 }
Exemplo n.º 2
0
 //constructor to make use of the private class of  the model
 public ItemController()
 {
     eCartDbEntities = new eCartDbEntities();
 }