Example #1
0
 public void Insert_CountryMaster_ByCode(string Code)
 {
     using (DAL.DL_UpdateData DL = new DAL.DL_UpdateData())
     {
         DL.Insert_CountryMaster_ByCode(Code);
     }
 }