From 3aa8e1cda4222fc3a9828888ba8fb51d2ba1d6c8 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 21 Aug 2020 23:44:53 +0800 Subject: ... --- Timeline/Models/Http/UserController.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Timeline/Models/Http/UserController.cs') 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!; } - /// - /// - /// public class UserControllerAutoMapperProfile : Profile { - /// - /// - /// public UserControllerAutoMapperProfile() { CreateMap(MemberList.Source); -- cgit v1.2.3