BlazorApp/Bullet6/Solution2/ISolution2Service.cs

8 lines
95 B
C#

namespace Bullet6.Solution2
{
public interface ISolution2Service : IFlow
{
}
}