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
{
get { return password; }
set
{
password = value;
}
get => password;
set => password = value;
}

Loading…
Cancel
Save