예제 #1
0
 public void CopyConcept(int?schemeId, int conceptId)
 {
     _dataService.CopyConcept(schemeId, conceptId);
 }