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

8 lines
132 B
C#

using EonaCat.gRPC.Core.Interfaces.Services;
namespace EonaCat.gRPC.Service;
public class GreeterService : IGreeterService
{
}