Initial commit
This commit is contained in:
6
HelloWorldApp/HelloService.cs
Normal file
6
HelloWorldApp/HelloService.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace HelloWorldApp;
|
||||
|
||||
public class HelloService
|
||||
{
|
||||
public string GetGreeting() => "Hello, World!";
|
||||
}
|
||||
Reference in New Issue
Block a user