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