Exemplo n.º 1
0
        public Line AddLineTest([PexAssumeUnderTest] CrmDal target, Line line)
        {
            Line result = target.AddLine(line);

            return(result);
            // TODO: add assertions to method CrmDalTest.AddLineTest(CrmDal, Line)
        }