Пример #1
0
 public bool Update(TB_TEACHING_SCHEDULES teaching)
 {
     return(new TB_TEACHING_SCHEDULESSql().Update(teaching));
 }
Пример #2
0
 public bool Insert(TB_TEACHING_SCHEDULES teaching)
 {
     return(new TB_TEACHING_SCHEDULESSql().Insert(teaching));
 }