コード例 #1
0
ファイル: BLComponent.cs プロジェクト: hasanzadegan/Picasso3
        public ComponentDTO saveComponent(decimal contentId, decimal inheritedTypeId, string tileName, string eventName, string eventFunction)
        {
            ComponentDTO componentDTO = componentEntity.saveComponent(contentId, inheritedTypeId, tileName, eventName, eventFunction);

            return(componentDTO);
        }