예제 #1
0
 public string AddResearch(string strategyid, string text)
 {
     return(_strategyRepository.AddResearch(strategyid, text));
 }