Example #1
0
 public List <Famille> GetAll()
 {
     return(_FamilleService.GetAll());
 }