mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 05:23:13 +00:00
demo
This commit is contained in:
18
Esiur.Examples.StandaloneWebServerDemo/Demo.cs
Normal file
18
Esiur.Examples.StandaloneWebServerDemo/Demo.cs
Normal file
@ -0,0 +1,18 @@
|
||||
using Esiur.Resource;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Esiur.Examples.StandaloneWebServerDemo
|
||||
{
|
||||
[Export]
|
||||
[Resource]
|
||||
public partial class Demo
|
||||
{
|
||||
[Export] int age { get; set; }
|
||||
[Export] string name { get; set;}
|
||||
[Export]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user