예제 #1
0
        private static GolfClubShackEntities CreateGolfClubShackEntities()
        {
            var context = new GolfClubShackEntities();

            context.Configuration.ProxyCreationEnabled = false;
            return(context);
        }
예제 #2
0
 private static GolfClubShackEntities CreateGolfClubShackEntities()
 {
     var context = new GolfClubShackEntities();
     context.Configuration.ProxyCreationEnabled = false;
     return context;
 }