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