Ejemplo n.º 1
0
        public void CreateNewOrderTest()
        {
            const string customerId   = "VINET";
            const int    empolyeeId   = 5;
            var          requiredDate = DateTime.Now.AddDays(7);
            var          repo         = new SqlRepository();

            Assert.IsTrue(repo.CreateNewOrder(new ADOTrainSecond.Entities.Order()));
        }