コード例 #1
0
 public PostsController(TwittContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }