public void NUnit_Domain_GetCatReligion(ListQueryModel model)
 {
     Cat_ReligionServices service = new Cat_ReligionServices();
     //int count = service.GetCatReligion().Count();
     int count = service.GetAllUseEntity<Cat_Religion>(ref status).Count();
     //NUnit.Framework.Assert.AreNotEqual(0, count);
     Console.Write("Total Record: " + count);
 }
        public void NUnit_Domain_GetCatReligion(ListQueryModel model)
        {
            Cat_ReligionServices service = new Cat_ReligionServices();
            //int count = service.GetCatReligion().Count();
            int count = service.GetAllUseEntity <Cat_Religion>(ref status).Count();

            //NUnit.Framework.Assert.AreNotEqual(0, count);
            Console.Write("Total Record: " + count);
        }