Beispiel #1
0
 public void Create(University university)
 {
     _universityRepository.Create(university);
 }