9 lines
127 B
C#
9 lines
127 B
C#
|
using System.Threading.Tasks;
|
||
|
using Microsoft.Extensions.Logging;
|
||
|
|
||
|
namespace BlueWest.WebApi;
|
||
|
|
||
|
public class GreeterService
|
||
|
{
|
||
|
|
||
|
}
|