We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e16ef commit 6624b05Copy full SHA for 6624b05
src/TesterApp/ViewModels/Users/UserAddViewModel.cs
@@ -13,4 +13,6 @@ public class UserAddViewModel
13
public string Password { get; set; }
14
15
public IList<AddressViewModel> Addresses { get; set; }
16
+
17
+ public IList<string> Emails { get; set; }
18
}
src/TesterApp/ViewModels/Users/UserViewModel.cs
@@ -1,6 +1,4 @@
1
using System;
2
-using System.Collections.Generic;
3
-using TesterApp.ViewModels.Addresses;
4
5
namespace TesterApp.ViewModels.Users;
6
0 commit comments