Exemple #1
0
 public System.Threading.Tasks.Task <int> CreateTimeTableAsync(StudentLogic.TimeTable tmt)
 {
     return(base.Channel.CreateTimeTableAsync(tmt));
 }
Exemple #2
0
 public int CreateTimeTable(StudentLogic.TimeTable tmt)
 {
     return(base.Channel.CreateTimeTable(tmt));
 }