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
commit3aa8e1cda4222fc3a9828888ba8fb51d2ba1d6c8 (patch)
tree520b56d834185ba5f9f556558a181bb9f4059b29 /Timeline/Models/Http/UserController.cs
parente429b7e0c0425b507b26f95ff3176f9a01f73423 (diff)
downloadtimeline-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.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);