CodeLiturgy.Dashboard/BlueWest.Api/Services/GreeterService.cs

9 lines
127 B
C#
Raw Normal View History

2022-09-17 22:13:35 +03:00
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
namespace BlueWest.WebApi;
public class GreeterService
{
}