Example #1
0
 public void removeFutureData([FromBody] CFutureData futureData)
 {
     BFutureDataManager.removeFutureData(futureData);
 }