Files
LanMountainDesktop/airapp/LanMountainDesktop.AirAppSdk/AirAppServiceExportDescriptor.cs

7 lines
174 B
C#
Raw Normal View History

2026-08-11 23:03:55 +08:00
namespace LanMountainDesktop.AirAppSdk;
public sealed record AirAppServiceExportDescriptor(
string ProviderAirAppId,
Type ContractType,
object ServiceInstance);