Example #1
0
        public async Task GetConstructionWorks_ReturnsData()
        {
            var result = await _lookupController.GetConstructionWorks();

            Assert.NotNull(result);
            Assert.IsType<List<ConstructionWorkModel>>(result);
        }