示例#1
0
 public InstructorViewModel GetByEmail(string email)
 {
     return(Mapper.Map <InstructorViewModel>(instructorService.GetByEmail(email)));
 }