Пример #1
0
        public void GetProfle()
        {
            string status = string.Empty;
            Hre_ProfileServices service = new Hre_ProfileServices();
            var repo = service.GetAllUseEntity<Hre_ProfileEntity>(ref status);
            Console.Write("Total Record: " + repo.Count());

        }
Пример #2
0
        public void GetProfle()
        {
            string status = string.Empty;
            Hre_ProfileServices service = new Hre_ProfileServices();
            var repo = service.GetAllUseEntity <Hre_ProfileEntity>(ref status);

            Console.Write("Total Record: " + repo.Count());
        }