Interface IClientStatus
public interface IClientStatus
Properties
Desktop
string? Desktop { get; }
Property Value
Mobile
string? Mobile { get; }
Property Value
Web
string? Web { get; }
public interface IClientStatus
string? Desktop { get; }
string? Mobile { get; }
string? Web { get; }