Esempio n. 1
0
 public IAsyncResult BeginAddStockProDic(StockProDic entity, ref string ErrMsg, AsyncCallback callback, object asyncState)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool AddStockProDic(StockProDic entity, ref string ErrMsg)
 {
     throw new NotImplementedException();
 }