예제 #1
0
 public ChallengesController(ChallengesService cs, ParticipantsService ps, RuleDetailsService rs, DailyPointsService dps)
 {
     _cs  = cs;
     _ps  = ps;
     _rs  = rs;
     _dps = dps;
 }
예제 #2
0
 public DailyPointsController(DailyPointsService dps)
 {
     _dps = dps;
 }