mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
2.2
This commit is contained in:
20
Test/MyRecord.cs
Normal file
20
Test/MyRecord.cs
Normal file
@ -0,0 +1,20 @@
|
||||
using Esiur.Data;
|
||||
using Esiur.Resource;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Test
|
||||
{
|
||||
[Public]
|
||||
public class MyRecord:IRecord
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
public double Score { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user