Пример #1
0
 public ResponseModel ResetPassword(resetViewModel user)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Tuple <bool, dynamic> ResetAuthenticationPwd(resetViewModel user)
 {
     throw new NotImplementedException();
 }