コード例 #1
0
ファイル: Reference.cs プロジェクト: YasinATES/NotDefterimPro
 public System.Threading.Tasks.Task UpdateLessonAsync(Client.ServiceReference.Lesson ls, int uid)
 {
     return(base.Channel.UpdateLessonAsync(ls, uid));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: YasinATES/NotDefterimPro
 public System.Threading.Tasks.Task InsertLessonAsync(Client.ServiceReference.Lesson ls)
 {
     return(base.Channel.InsertLessonAsync(ls));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: YasinATES/NotDefterimPro
 public void UpdateLesson(Client.ServiceReference.Lesson ls, int uid)
 {
     base.Channel.UpdateLesson(ls, uid);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: YasinATES/NotDefterimPro
 public void InsertLesson(Client.ServiceReference.Lesson ls)
 {
     base.Channel.InsertLesson(ls);
 }