예제 #1
0
 public Concept <decimal> GetConceptById(int conceptId)
 {
     return(_dataService.GetConceptById(conceptId));
 }