예제 #1
0
 // constructor
 // instantiale a new repository object
 public CartController()
 {
     db = new ArcaneTinmenDBContext();
 }