Exemplo n.º 1
0
        public AuthGenericService()
        {
            var repository = AuthRepository <T> .Instance();

            GenericService = new NySoftland.Core.GenericService <T>(repository);
        }
Exemplo n.º 2
0
        public BizGenericService()
        {
            var repository = DZPortalRepository <T> .Instance();

            GenericService = new NySoftland.Core.GenericService <T>(repository);
        }