コード例 #1
0
 //public static void updateCommune(CommuneViewModel e)
 //{
 //    CommuneDAL.updateCommune(new CommuneDAO(e.idCommuneProperty, e.nomCommuneProperty, e.departementCommuneProperty.idDepartementProperty));
 //}
 public static void updateCommune(CommuneDAO e)
 {
     CommuneDAL.updateCommune(e);
 }
コード例 #2
0
 public static void updateCommune(CommuneDAO p)
 {
     CommuneDAL.updateCommune(p);
 }
コード例 #3
0
ファイル: CommuneDAO.cs プロジェクト: romaingrimault/Ifrocean
 public static void updateCommune(CommuneDAO d)
 {
     CommuneDAL.updateCommune(d);
 }
コード例 #4
0
 public static void updateCommune(CommuneDAO c)
 {
     CommuneDAL.updateCommune(c);
 }