public async Task TestGetAllProductTypeMasterRecords()
        {
            IGiProductTypeMasterDA test = new GiProductTypeMasterDA();

            var result = await test.GetAll();
            result.Should().HaveCount(1, "This is awesome");
        }
Ejemplo n.º 2
0
        public async Task TestGetAllProductTypeMasterRecords()
        {
            IGiProductTypeMasterDA test = new GiProductTypeMasterDA();

            var result = await test.GetAll();

            result.Should().HaveCount(1, "This is awesome");
        }