示例#1
0
        public void Given()
        {
            _list = new ApprenticeshipEventsList();

            _commitment     = new Commitment();
            _apprenticeship = new Apprenticeship();
            _effectiveFrom  = DateTime.Now.AddDays(-10);
            _effectiveTo    = DateTime.Now.AddDays(10);
        }