Пример #1
0
 public string GetMethodUrl(MethodMember method) =>
 $"/api/{ServiceName.AppendSuffixFragments("Service").ToString(CasingStyle.Camel)}/{method.Name.ToString(CasingStyle.Camel)}";