public MentorController(IMentorBusiness mentorBusiness)
 {
     _mentorBusiness = mentorBusiness;
 }
Esempio n. 2
0
 public MentorController(IMentorBusiness bus)
 {
     _bus = bus;
 }