aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Http/UserController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-21 23:44:53 +0800
committercrupest <crupest@outlook.com>2020-08-21 23:44:53 +0800
commitf1c70edd559c72dcb47ff647f3f03ba5ae9a56cc (patch)
tree4885b9f7e828ec3f0ae7e2acacf348c9f5c158d9 /Timeline/Models/Http/UserController.cs
parentc79352d27df2506d2ab214f61d60e503a1d7675a (diff)
downloadtimeline-f1c70edd559c72dcb47ff647f3f03ba5ae9a56cc.tar.gz
timeline-f1c70edd559c72dcb47ff647f3f03ba5ae9a56cc.tar.bz2
timeline-f1c70edd559c72dcb47ff647f3f03ba5ae9a56cc.zip
...
Diffstat (limited to 'Timeline/Models/Http/UserController.cs')
-rw-r--r--Timeline/Models/Http/UserController.cs6
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);