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