Beispiel #1
0
 public void InvalidarContext()
 {
     context = new RestaurappWEBEntities();
 }
Beispiel #2
0
 public BaseController()
 {
     context = new RestaurappWEBEntities();
 }