Ejemplo n.º 1
0
        public void CustomerTypesTest()
        {
            var list = EntityTypeFactory.GetEntityTypes(enmEntityTypes.CustomerType);

            Assert.IsNotNull(list);
        }
Ejemplo n.º 2
0
        public void AddressTypeTest()
        {
            var list = EntityTypeFactory.GetEntityTypes(enmEntityTypes.AddressType);

            Assert.IsNotNull(list);
        }