diff options
author | crupest <crupest@outlook.com> | 2020-08-21 23:44:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-21 23:44:53 +0800 |
commit | 3aa8e1cda4222fc3a9828888ba8fb51d2ba1d6c8 (patch) | |
tree | 520b56d834185ba5f9f556558a181bb9f4059b29 /Timeline/Models/Http/UserController.cs | |
parent | e429b7e0c0425b507b26f95ff3176f9a01f73423 (diff) | |
download | timeline-3aa8e1cda4222fc3a9828888ba8fb51d2ba1d6c8.tar.gz timeline-3aa8e1cda4222fc3a9828888ba8fb51d2ba1d6c8.tar.bz2 timeline-3aa8e1cda4222fc3a9828888ba8fb51d2ba1d6c8.zip |
...
Diffstat (limited to 'Timeline/Models/Http/UserController.cs')
-rw-r--r-- | Timeline/Models/Http/UserController.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Timeline/Models/Http/UserController.cs b/Timeline/Models/Http/UserController.cs index ea30a0ea..6bc5a66e 100644 --- a/Timeline/Models/Http/UserController.cs +++ b/Timeline/Models/Http/UserController.cs @@ -82,14 +82,8 @@ namespace Timeline.Models.Http public string NewPassword { get; set; } = default!;
}
- /// <summary>
- ///
- /// </summary>
public class UserControllerAutoMapperProfile : Profile
{
- /// <summary>
- ///
- /// </summary>
public UserControllerAutoMapperProfile()
{
CreateMap<UserPatchRequest, User>(MemberList.Source);
|