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 | ffe44ba70c9e5c6a01179c7e2f4185543cbc441c (patch) | |
tree | 67128b91d6cfd08c54c9e745e7bf2abbdf1f20f4 /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | |
parent | 5ad1b1f0191ee1131e7808c8fcb0484ba29c0d4d (diff) | |
download | timeline-ffe44ba70c9e5c6a01179c7e2f4185543cbc441c.tar.gz timeline-ffe44ba70c9e5c6a01179c7e2f4185543cbc441c.tar.bz2 timeline-ffe44ba70c9e5c6a01179c7e2f4185543cbc441c.zip |
refactor: Make mapper a service. Fix #202.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs')
-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.
|