diff --git a/src/ReC.Domain/Constants/RestType.cs b/src/ReC.Domain/Constants/RestType.cs index 66ee1db..0cea436 100644 --- a/src/ReC.Domain/Constants/RestType.cs +++ b/src/ReC.Domain/Constants/RestType.cs @@ -17,7 +17,7 @@ public enum RestType public static class RestTypeExtensions { - public static string ToHttpMethod(this RestType restType) + public static string ToHttpMethodName(this RestType restType) { return restType.ToString().ToUpper(); }