コード例 #1
0
ファイル: BSubstitute.cs プロジェクト: ImanRezaeipour/atlas
        public IList <Department> GetDepartmentChilds(decimal nodeID, decimal flowId)
        {
            BFlow bFlow = new BFlow();
            IList <Department> departmentsList = new BDepartment().GetAll();

            return(bFlow.GetDepartmentChilds(nodeID, flowId, departmentsList));
        }
コード例 #2
0
        public IList <Department> GetDepartmentChilds(decimal nodeID, decimal flowId)
        {
            BFlow bFlow = new BFlow();

            return(bFlow.GetDepartmentChilds(nodeID, flowId));
        }