Exemple #1
0
 public static void Delete(int id)
 {
     CategoriePersonneService.Delete(id);
 }
Exemple #2
0
 public static void add(CategoriePersonne c)
 {
     CategoriePersonneService.add(c);
 }
Exemple #3
0
 public static List <CategoriePersonne> GetAll()
 {
     return(CategoriePersonneService.GetAll());
 }