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