Ejemplo n.º 1
0
        public static void Mapping()
        {
            //在此处调用容器维护映射关系
            MyIoc.Resgister <IStudent, Student>();

            //....
            //....
            //....
        }