Example #1
0
        public async Task GetFacility()
        {
            VendorService service = new VendorService();

            var t = await service.GetFacilities();

            t.Should().NotBeNull();
        }