예제 #1
0
 public void Insert_CountryMapping_ByMapId(string MapId)
 {
     using (DAL.DL_UpdateData DL = new DAL.DL_UpdateData())
     {
         DL.Insert_CountryMapping_ByMapId(MapId);
     }
 }