Exemplo n.º 1
0
        public void InstantiatesWithoutError()
        {
            var api = new EmployerDemography();

            Assert.IsInstanceOfType(api, typeof(EmployerDemography));
        }