コード例 #1
0
 public PostController(IBlogRepository repo, BlogContext _db)
 {
     _repo = repo;
     db = _db;
 }
コード例 #2
0
 public BlogRepository(BlogContext ctx)
 {
     _ctx = ctx;
 }