public MentorController(IMentorBusiness mentorBusiness) { _mentorBusiness = mentorBusiness; }
public MentorController(IMentorBusiness bus) { _bus = bus; }