예제 #1
0
 public Feature GetFeature(int featureId)
 {
     return(_repo.GetFeatureById(featureId));
 }