Files
2026-06-09 22:27:38 +02:00

5 lines
89 B
C#

namespace EonaCat.gRPC.Core.Interfaces.Services;
public interface IGreeterService
{
}