コード例 #1
0
ファイル: BLComponent.cs プロジェクト: hasanzadegan/Picasso3
 public List <NavigationDTO> getComponentNavigationList(decimal componentId)
 {
     return(componentEntity.getComponentNavigationList(componentId));
 }