From 84079146cf4c179cfe2770386dcd9f1cd1e7b14a Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Mar 2020 03:04:23 +0800 Subject: ... --- Timeline/Models/Http/UserController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Timeline/Models/Http/UserController.cs') diff --git a/Timeline/Models/Http/UserController.cs b/Timeline/Models/Http/UserController.cs index e4c95cbd..c024c757 100644 --- a/Timeline/Models/Http/UserController.cs +++ b/Timeline/Models/Http/UserController.cs @@ -1,9 +1,9 @@ using AutoMapper; using System.ComponentModel.DataAnnotations; -using Timeline.Models.Validation; -using Timeline.Services; +using TimelineApp.Models.Validation; +using TimelineApp.Services; -namespace Timeline.Models.Http +namespace TimelineApp.Models.Http { public class UserPatchRequest { -- cgit v1.2.3