public MentorController(IMentorBusiness mentorBusiness)
 {
     _mentorBusiness = mentorBusiness;
 }
예제 #2
0
 public MentorController(IMentorBusiness bus)
 {
     _bus = bus;
 }