예제 #1
0
        public void getSupplierById()
        {
            Suppliers supplier = repo.getSupplierById(29);

            Assert.IsNotNull(supplier);
        }