コード例 #1
0
 public PostRepo(RedditContex ctx)
 {
     db = ctx;
 }
コード例 #2
0
 public UserRepo(RedditContex ctx)
 {
     db = ctx;
 }