Ejemplo n.º 1
0
 public void NUnit_Domain_GetCatCountry()
 {
     string status = string.Empty;
     Cat_CountryServices service = new Cat_CountryServices();
     int count = service.GetAllUseEntity<Cat_CountryMultiEntity>(ref status).Count();
     //NUnit.Framework.Assert.AreNotEqual(0, count);
     Console.Write("Total Record: " + count);
 }
Ejemplo n.º 2
0
        public void NUnit_Domain_GetCatCountry()
        {
            string status = string.Empty;
            Cat_CountryServices service = new Cat_CountryServices();
            int count = service.GetAllUseEntity <Cat_CountryMultiEntity>(ref status).Count();

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