mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-26 21:13:13 +00:00
Interfaces
This commit is contained in:
@ -128,6 +128,7 @@ public partial class MyService
|
||||
[Export] public IRecord[] RecordsArray => new IRecord[] { new MyRecord() { Id = 22, Name = "Test", Score = 22.1 } };
|
||||
[Export] public List<MyRecord> RecordsList => new() { new MyRecord() { Id = 22, Name = "Test", Score = 22.1 } };
|
||||
|
||||
//[Export] public IMyRecord myrecord { get; set; }
|
||||
|
||||
[Export] public MyResource[]? myResources;
|
||||
|
||||
|
Reference in New Issue
Block a user