public employeeController()
 {
     context = new UHGDBEntities();
 }
Esempio n. 2
0
 public RESTController()
 {
     context = new UHGDBEntities();
     //context.Configuration.ProxyCreationEnabled = false;
 }