Exemplo n.º 1
0
        private static SitecoreForms CreateExperienceFormsDbContext()
        {
            var myContext = new SitecoreForms("name=SitecoreForms");

            myContext.Configuration.ProxyCreationEnabled = false;
            return(myContext);
        }
Exemplo n.º 2
0
 public SitecoreFormsDbRepository(SitecoreForms sitecoreFormsDb)
 {
     _sitecoreFormsDb = sitecoreFormsDb;
 }