public StatusComicDAO() { WcDbContext = new WCDbContext(); }
public CommentDAO() { WcDbContext = new WCDbContext(); }
public RoleDAO() { WcDbContext = new WCDbContext(); }
public WCDbContext Init() { return(dbContext ?? (dbContext = new WCDbContext())); }
public ComicDAO() { WcDbContext = new WCDbContext(); }
public StatusUserDAO() { WcDbContext = new WCDbContext(); }
public ChapterDAO() { WcDbContext = new WCDbContext(); }
public UserDAO() { WcDbContext = new WCDbContext(); }
public CategoryDAO() { WcDbContext = new WCDbContext(); }
public NationDAO() { WcDbContext = new WCDbContext(); }