Beispiel #1
0
 public College GetById(Guid id)
 {
     return(_collegeRepository.GetByIdIncluedTimeCollege(id));
 }