摘要:
逻辑文件的类代码。从数据库中得到的表数据,写入的。 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel.DataAnnotations; 4 using System.ComponentM 阅读全文
posted @ 2021-07-20 10:33
优敏行
阅读(68)
评论(0)
推荐(0)
摘要:
1 #region 3 视频管理 Video 2 3 //获取所有老师 4 public IActionResult GetAllLecturer() 5 { 6 LectuerOperate op = new LectuerOperate(); 7 List<Lectuer> list = op. 阅读全文
posted @ 2021-07-20 10:26
优敏行
阅读(187)
评论(0)
推荐(0)