Esempio n. 1
0
 public void UpdateStrategyDataTest()
 {
     DataManager_Accessor target = new DataManager_Accessor(); // TODO: Initialize to an appropriate value
     List<StrategyOrderInfo> updateOrderList = null; // TODO: Initialize to an appropriate value
     bool IsSendProcessReponse = false; // TODO: Initialize to an appropriate value
     target.UpdateStrategyData(updateOrderList, IsSendProcessReponse);
 }