Пример #1
0
        public void Can_show_Dispatch_Location_detail()
        {
            var result = _dispatchLocationsController.Details(1);

            Assert.IsNotNull(result);
            //Assert.AreEqual(1, ((IEnumerable<TransportOrder>)result).Count());
        }