Пример #1
0
 public _Presentation()
 {
     Thesis = new _Thesis();
     PresentationTimeSet = new List <string>()
     {
         "14:00-14:15",
         "14:16-14:30",
         "14:31-14:45",
         "14:46-15:00",
         "15:01-15:15",
         "15:16-15:30",
         "15:31-15:45",
         "15:46-16:00",
         "16:01-16:15",
         "16:16-16:30",
         "16:31-16:45",
         "16:46-17:00",
         "17:01-17:15",
         "17:16-17:30",
     };
 }
Пример #2
0
        public List <_Thesis> GetAllThesis()
        {
            _Thesis t = new _Thesis();

            return(t.GetAll(this.SupervisorId));
        }
Пример #3
0
 public void AddThesis(_Thesis thesis)
 {
     thesis.Add();
 }