diff options
author | crupest <crupest@outlook.com> | 2021-01-07 20:12:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-07 20:12:00 +0800 |
commit | 97e6ac51ac4df58cd1229e7974d2b846b192558a (patch) | |
tree | 73a1baa078fa7a38dcdbdd38620bba0ef6a1298f /BackEnd/Timeline.ErrorCodes | |
parent | d3c9d0a9335ac6df3e330172b1b1a8a219cbdbaf (diff) | |
download | timeline-97e6ac51ac4df58cd1229e7974d2b846b192558a.tar.gz timeline-97e6ac51ac4df58cd1229e7974d2b846b192558a.tar.bz2 timeline-97e6ac51ac4df58cd1229e7974d2b846b192558a.zip |
refactor: Make mapper a service. Fix #202.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs index b8ec63ec..53a03b69 100644 --- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs +++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs @@ -1,6 +1,4 @@ -using System;
-
-namespace Timeline.Models.Http
+namespace Timeline.Models.Http
{
/// <summary>
/// All error code constants.
|