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