Exemplo n.º 1
0
 public ResponseModel ResetPassword(resetViewModel user)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public Tuple <bool, dynamic> ResetAuthenticationPwd(resetViewModel user)
 {
     throw new NotImplementedException();
 }