예제 #1
0
파일: Stand.cs 프로젝트: FreedomFR/ASL
 public static List <Stand> listeStand()
 {
     return(DAOStands.getAllStand());
 }
예제 #2
0
파일: Stand.cs 프로젝트: FreedomFR/ASL
 public string getIdStand()
 {
     return(DAOStands.getIdStand(this));
 }
예제 #3
0
파일: Stand.cs 프로젝트: FreedomFR/ASL
 public void ajouterStand()
 {
     DAOStands.creerStand(this);
 }