예제 #1
0
 public PostRepo()
 {
     _db = new imageboardEntities();
 }
예제 #2
0
 public AccountRepo()
 {
     _db = new imageboardEntities();
 }