依赖注入2 优势 生命周期
程序员文章站
2022-03-09 10:40:36
...
model创建StudentDB类
public class StudentDB : IStudentRepository
{
public Student Add(Student student)
{
throw new NotImplementedException();
}