Ejemplo n.º 1
0
 public object ChangePassword(object json)
 {
     return(UserBiz.ChangePassword(json));
 }