8 lines
157 B
C#
8 lines
157 B
C#
namespace SharedLibraryCore.Interfaces
|
|
{
|
|
public interface IClientMetaResponse
|
|
{
|
|
int ClientId { get; }
|
|
long MetaId { get; }
|
|
}
|
|
} |