Skip to content

Commit ad8c26c

Browse files
committed
f
1 parent f4a7983 commit ad8c26c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/app/ApplicationTemplate.Presentation/ViewModels/Extensions/IRuleBuilderExtensions.cs renamed to src/app/ApplicationTemplate.Presentation/ViewModels/Extensions/IRuleBuilder.Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace FluentValidation;
77

8-
public static class IRuleBuilderExtensions
8+
public static class RuleBuilderExtensions
99
{
1010
/// <summary>
1111
/// Adds a validation rule that checks whether the age is over 18 years old based on the date of birth.

src/app/ApplicationTemplate.Presentation/ViewModels/Extensions/ISectionsNavigatorExtensions.cs renamed to src/app/ApplicationTemplate.Presentation/ViewModels/Extensions/ISectionsNavigator.Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Chinook.SectionsNavigation;
88
/// <summary>
99
/// Extensions for <see cref="ISectionsNavigator"/>.
1010
/// </summary>
11-
public static class ISectionsNavigatorExtensions
11+
public static class SectionsNavigatorExtensions
1212
{
1313
/// <summary>
1414
/// Gets an observable of the last page type from currently active section.

src/app/ApplicationTemplate.Presentation/ViewModels/Extensions/SectionsNavigatorStateExtensions.cs renamed to src/app/ApplicationTemplate.Presentation/ViewModels/Extensions/SectionsNavigatorState.Extensions.cs

File renamed without changes.

0 commit comments

Comments
 (0)