public System.Threading.Tasks.Task <int> UpdatePasswordAsync(KtvStudio.RoomInfoService.StaffInfo staffInfo) { return(base.Channel.UpdatePasswordAsync(staffInfo)); }
public System.Threading.Tasks.Task <int> LoginAsync(KtvStudio.RoomInfoService.StaffInfo staffInfo) { return(base.Channel.LoginAsync(staffInfo)); }
public int UpdatePassword(KtvStudio.RoomInfoService.StaffInfo staffInfo) { return(base.Channel.UpdatePassword(staffInfo)); }
public int Login(KtvStudio.RoomInfoService.StaffInfo staffInfo) { return(base.Channel.Login(staffInfo)); }