Beispiel #1
0
 public Instructor GetInstructorByUserId(string userId)
 {
     return(_instructorRepository.GetInstructorByUserId(userId));
 }