2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

Source Generation

This commit is contained in:
2021-05-17 05:34:09 +03:00
parent 5bf258673d
commit c8683e17e9
16 changed files with 148 additions and 57 deletions

View File

@ -30,6 +30,7 @@ using Esiur.Data;
using Esiur.Core;
using System.ComponentModel;
using System.Text.Json.Serialization;
using System.ComponentModel.DataAnnotations.Schema;
namespace Esiur.Resource
{
@ -41,6 +42,8 @@ namespace Esiur.Resource
{
AsyncReply<bool> Trigger(ResourceTrigger trigger);
[NotMapped]
Instance Instance
{
get;