예제 #1
0
 public PostRepo()
 {
     _context = new InstagrammeContext();
 }
예제 #2
0
 public UserRepo()
 {
     _context = new InstagrammeContext();
 }