Пример #1
0
 public void Edit(Student item)
 {
     _studentRepo.Edit(item);
 }