コード例 #1
0
 public ApiController(MWDBContext context)
 {
     _context     = context;
     _boardHelper = new BILib.BoardHelper(_context);
 }