BlazorApp/Bullet6/Solution1/ISolution1Service.cs

8 lines
95 B
C#

namespace Bullet6.Solution1
{
public interface ISolution1Service : IFlow
{
}
}