public StudentScoreController(IStudentScoreLogic studentScoreLogic, IStudentLogic studentLogic)
 {
     _studentScoreLogic = studentScoreLogic;
     _studentLogic = studentLogic;
 }
 public StudentScoreController(IStudentScoreLogic studentScoreLogic, IStudentLogic studentLogic)
 {
     _studentScoreLogic = studentScoreLogic;
     _studentLogic      = studentLogic;
 }