Ejemplo n.º 1
0
 public EntityFramework(IEnumerable <Schema> schemas)
 {
     this.DataServices         = new DataServices();
     this.DataServices.Schemas = new List <OData.Schema>(schemas);
     this.Version = "4.0";
 }
Ejemplo n.º 2
0
 public EntityFramework()
 {
     this.DataServices         = new DataServices();
     this.DataServices.Schemas = new List <OData.Schema>();
     this.Version = "4.0";
 }