这个错误怎么解决?这个错误怎么解决?这个错误怎么解决?
The current type, ASCCSS.IDAL.ILoginDAL.ILoginDataAccess, is an interface and cannot be constructed. Are you missing a type mapping?
行 45: public static T Resolve<T>()
行 46: {
行 47: return _container.Resolve<T>();
行 48: }
行 49:
这个不是说的很清楚了么?你没把这个接口的实现注入进去啊。
用的老师的东西,就是看不懂