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