Added configurators
This commit is contained in:
10
tests/HopFrame.Tests.Core/TestModel.cs
Normal file
10
tests/HopFrame.Tests.Core/TestModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace HopFrame.Tests.Core;
|
||||
|
||||
public class TestModel {
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
public int Method() => 42;
|
||||
|
||||
public int FieldBacking;
|
||||
}
|
||||
Reference in New Issue
Block a user