summaryrefslogtreecommitdiffstats
path: root/src/Data/DTOs/UpdatePasswordDto.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/DTOs/UpdatePasswordDto.cs')
-rw-r--r--src/Data/DTOs/UpdatePasswordDto.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Data/DTOs/UpdatePasswordDto.cs b/src/Data/DTOs/UpdatePasswordDto.cs
new file mode 100644
index 0000000..40ebd01
--- /dev/null
+++ b/src/Data/DTOs/UpdatePasswordDto.cs
@@ -0,0 +1,8 @@
+namespace IOL.Fagprove.Data.DTOs
+{
+ public class UpdatePasswordDto
+ {
+ public string Password { get; set; }
+ public string PasswordOnceMore { get; set; }
+ }
+} \ No newline at end of file