public List <Model.Delegate> getDelegate(string DeptID)
        {
            BusinessLogic.DelegateController BL = new BusinessLogic.DelegateController();

            return(BL.getDelegate(DeptID));
        }
コード例 #2
0
        public List<Model.Delegate> getDelegate(string DeptID)
        {
            BusinessLogic.DelegateController BL = new BusinessLogic.DelegateController();

            return BL.getDelegate(DeptID);
        }