Password property changed
continuous-integration/drone/push Build is passing Details

pull/46/head
Roxane ROSSETTO 2 years ago
parent db4b1da048
commit ff6823c7d5

@ -82,11 +82,9 @@ namespace Model
public int Password public int Password
{ {
get { return password; } get => password;
set set => password = value;
{
password = value;
}
} }

Loading…
Cancel
Save