Files
Stockinfo/StockDBEF/IGreetingService.cs
2021-03-02 17:44:53 +01:00

8 lines
97 B
C#

namespace StockDBEF
{
public interface IGreetingService
{
void Run();
}
}