Ejemplo n.º 1
0
        public void GetSelectedMonth()
        {
            //todo:observe with profiler for performance
            var items = repo.GetMonthSchedule(DateTime.Now).ToList();
            var count = items.Count;

            Assert.True(count > 0);
        }