Example #1
0
 public Famille GetById(int id)
 {
     return(_FamilleService.GetById(id));
 }