Beispiel #1
0
 public System.Threading.Tasks.Task <int> UpdatePasswordAsync(KtvStudio.RoomInfoService.StaffInfo staffInfo)
 {
     return(base.Channel.UpdatePasswordAsync(staffInfo));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <int> LoginAsync(KtvStudio.RoomInfoService.StaffInfo staffInfo)
 {
     return(base.Channel.LoginAsync(staffInfo));
 }
Beispiel #3
0
 public int UpdatePassword(KtvStudio.RoomInfoService.StaffInfo staffInfo)
 {
     return(base.Channel.UpdatePassword(staffInfo));
 }
Beispiel #4
0
 public int Login(KtvStudio.RoomInfoService.StaffInfo staffInfo)
 {
     return(base.Channel.Login(staffInfo));
 }