Example #1
0
        public void Functional_FlagAppointment()
        {
            Scheduling tmpSchedule = new Scheduling();

            try
            {
                b.FlagAppointment(tmpSchedule, 0, 1);
            }
            catch (Exception e)
            {
                Assert.Fail(e.Message);
            }
        }