コード例 #1
0
 public TopicsController(MxstrongContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ProgressBarsController(MxstrongContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DayCountersController(MxstrongContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CheckBoxesController(MxstrongContext context)
 {
     _context = context;
 }
コード例 #5
0
 public CommentsController(MxstrongContext context, IAuthRepository authRepo)
 {
     _context  = context;
     _authRepo = authRepo;
 }
コード例 #6
0
 public AuthRepository(MxstrongContext context)
 {
     _context = context;
 }
コード例 #7
0
 public PostsController(MxstrongContext context)
 {
     _context = context;
 }