Exemplo n.º 1
0
        public void getSupplierById()
        {
            Suppliers supplier = repo.getSupplierById(29);

            Assert.IsNotNull(supplier);
        }