Example #1
0
 public void LoadCountryMappingBySupplier(string LogId, string Supplier_ID)
 {
     using (BAL.BL_LoadData objBL = new BAL.BL_LoadData())
     {
         objBL.LoadCountryMapping(LogId, Supplier_ID);
     }
 }
Example #2
0
 public void LoadCountryMapping(string LogId)
 {
     using (BAL.BL_LoadData objBL = new BAL.BL_LoadData())
     {
         objBL.LoadCountryMapping(LogId);
     }
 }