예제 #1
0
        public BLExcepciones(IUnityContainer container)
        {
            this.ContainerService = container;
            Loader = new BusinessEntityLoader <Excepciones>();
            Excepciones Item = new Excepciones();

            Loader.EntityType = Item.GetType();
        }