initial design of domain
All checks were successful
Log every push / log-push (push) Successful in 2s
All checks were successful
Log every push / log-push (push) Successful in 2s
This commit is contained in:
6
theInterfacePro/Fixtures/ExampleFixture.cs
Normal file
6
theInterfacePro/Fixtures/ExampleFixture.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Theinterfacepro.Fixtures;
|
||||
|
||||
public class ExampleFixture
|
||||
{
|
||||
public string Greet(string name) => $"Hello, {name}!";
|
||||
}
|
||||
Reference in New Issue
Block a user