public System.Threading.Tasks.Task UpdateLessonAsync(Client.ServiceReference.Lesson ls, int uid)
 {
     return(base.Channel.UpdateLessonAsync(ls, uid));
 }
 public System.Threading.Tasks.Task InsertLessonAsync(Client.ServiceReference.Lesson ls)
 {
     return(base.Channel.InsertLessonAsync(ls));
 }
 public void UpdateLesson(Client.ServiceReference.Lesson ls, int uid)
 {
     base.Channel.UpdateLesson(ls, uid);
 }
 public void InsertLesson(Client.ServiceReference.Lesson ls)
 {
     base.Channel.InsertLesson(ls);
 }