예제 #1
0
 public int ChangePassword(string oldPassword, string newPassword)
 {
     checkAuthentication();
     return(OperatorService.ChangPassword(Authentication.OperatorId, oldPassword, newPassword));
 }