Exemplo n.º 1
0
 public bool ChangePass(ChangePassView model)
 {
     return(_patient.ChangePass(model));
 }