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