Files

7 lines
174 B
C#
Raw Permalink Normal View History

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