Пример #1
0
 public void Functional_GetScheduleByMonth()
 {
     try { s.GetDaysByMonth(DateTime.Now); }
     catch (Exception e) { Assert.Fail(e.Message); }
 }