我现在有个三层架构的程序,要求BLL和DAL层使用接口,在webapplication中调用BLL和Model层的时候不用new关键字,例如:StudentService stu=new StudentService().AddStudent(),实现干净的POCO
http://blog.csdn.net/qq_16526497/article/details/47121531