コード例 #1
0
 public ResponseModel ResetPassword(resetViewModel user)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Tuple <bool, dynamic> ResetAuthenticationPwd(resetViewModel user)
 {
     throw new NotImplementedException();
 }