In Existing project implementation done from edmx model first approach EF I have to use Code First approach . In existing project ,It creating Using repository BO ,base Bo ,Enum classes . Have to reflect the same with just change in approach.
In Exiting they used ObjectContext , createobjectSet,, they have created a objectcontext ,readonly ObjectSet<T> objestset & assigned like this
objectset = repositoryBOSql.Context.CreateObjectSet<T>();