mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
Rate Policy
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Threading.Tasks;
|
||||
namespace Esiur.Tests.Functional;
|
||||
|
||||
[Export]
|
||||
public class MyRecord:IRecord
|
||||
public class MyRecord : IMyRecord
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user