Exemple #1
0
 public TopicsController(MxstrongContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ProgressBarsController(MxstrongContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DayCountersController(MxstrongContext context)
 {
     _context = context;
 }
 public CheckBoxesController(MxstrongContext context)
 {
     _context = context;
 }
 public CommentsController(MxstrongContext context, IAuthRepository authRepo)
 {
     _context  = context;
     _authRepo = authRepo;
 }
 public AuthRepository(MxstrongContext context)
 {
     _context = context;
 }
Exemple #7
0
 public PostsController(MxstrongContext context)
 {
     _context = context;
 }