Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> TeacherEditAsync(Hado.DL.Teacher model, string username, string password)
 {
     return(base.Channel.TeacherEditAsync(model, username, password));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> TeacherAddAsync(Hado.DL.Teacher teacherModel, string username, int roleid, string password)
 {
     return(base.Channel.TeacherAddAsync(teacherModel, username, roleid, password));
 }
Exemplo n.º 3
0
 public bool TeacherEdit(Hado.DL.Teacher model, string username, string password)
 {
     return(base.Channel.TeacherEdit(model, username, password));
 }
Exemplo n.º 4
0
 public bool TeacherAdd(Hado.DL.Teacher teacherModel, string username, int roleid, string password)
 {
     return(base.Channel.TeacherAdd(teacherModel, username, roleid, password));
 }