示例#1
0
        public List <Master> GetMasters(int id = 0)
        {
            List <Master> Masters = bll.GetMasters(id);

            return(Masters);
        }