Exemplo n.º 1
0
        public string ShowEditInfo(int id)
        {
            TeacherBLL   bll = new TeacherBLL();
            TeacherModel mod = bll.GetModel(id);

            return(mod.ToJson());
        }