Ejemplo n.º 1
0
 public UserDAL()
 {
     this.dbContext = new EgojitCmsDbContext();
 }
Ejemplo n.º 2
0
 public WebSiteInfoDAL()
 {
     this.dbContext = new EgojitCmsDbContext();
 }