コード例 #1
0
 public ProjectsController(ProjectorDBContext context)
 {
     _context = context;
 }
コード例 #2
0
 public PeopleController(ProjectorDBContext context)
 {
     _context = context;
 }
コード例 #3
0
 public AuthController(ProjectorDBContext context, JwtService jwtService)
 {
     _context    = context;
     _jwtService = jwtService;
 }