Пример #1
0
 public Personne Get(int id)
 {
     return(_personneRepository.GetById(id));
 }