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