Exemplo n.º 1
0
        private static GolfClubShackEntities CreateGolfClubShackEntities()
        {
            var context = new GolfClubShackEntities();

            context.Configuration.ProxyCreationEnabled = false;
            return(context);
        }
Exemplo n.º 2
0
 private static GolfClubShackEntities CreateGolfClubShackEntities()
 {
     var context = new GolfClubShackEntities();
     context.Configuration.ProxyCreationEnabled = false;
     return context;
 }