mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-07-04 08:03:13 +00:00
Interfaces
This commit is contained in:
13
Test/IMyRecord.cs
Normal file
13
Test/IMyRecord.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Esiur.Data;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Test
|
||||
{
|
||||
public interface IMyRecord:IRecord
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user