Exemplo n.º 1
0
        public async Task Findpart()
        {
            PartService partService = new PartService(new Weaselware.Knoodle.Data.EFCode.KnoodleContext());
            var         parts       = await partService.Find(1);

            Assert.True(parts[1].PartID == 1);
        }