예제 #1
0
 public CommentDAO()
 {
     db = new FastNewsDbContext();
 }
예제 #2
0
 public CategoryDAO()
 {
     db = new FastNewsDbContext();
 }
예제 #3
0
 public RoleDAO()
 {
     db = new FastNewsDbContext();
 }
예제 #4
0
 public AccountDAO()
 {
     db = new FastNewsDbContext();
 }
예제 #5
0
 public PostDAO()
 {
     db = new FastNewsDbContext();
 }