Ejemplo n.º 1
0
 public void LoadProductMappingLiteBySupplier(string LogId, string Supplier_ID)
 {
     using (BAL.BL_LoadData objBL = new BAL.BL_LoadData())
     {
         objBL.LoadProductMappingLiteBySupplier(LogId, Supplier_ID);
     }
 }