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