예제 #1
0
 public Instructor GetById(int id)
 {
     return(_repository.GetById(id));
 }
예제 #2
0
 public Instructor GetById(int Id)
 {
     return(repository.GetById(Id));
 }