示例#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();
 }