Ejemplo n.º 1
0
 public void m_StoreUpdate(int vrStoreID, string vrStoreCode, string VrStoreName)
 {
     StockTrackingDataContext = new L_StockTrackingERPDataContext();
     StockTrackingDataContext.p_StoreUpdate(vrStoreID, vrStoreCode, VrStoreName);
 }