Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertocicciaa committed Oct 20, 2024
1 parent 83c473a commit 7610508
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions EsamiOnline/Services/GreeterService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ namespace EsamiOnline.Services;

public class GreeterService : Greeter.GreeterBase
{
private readonly ILogger<GreeterService> _logger;

public GreeterService(ILogger<GreeterService> logger)
{
_logger = logger;
}

public override Task<HelloReply> SayHello(HelloRequest request, ServerCallContext context)
{
return Task.FromResult(new HelloReply
Expand Down

0 comments on commit 7610508

Please sign in to comment.