2022-01-26 10:32:16 -06:00
|
|
|
|
namespace SharedLibraryCore.Interfaces
|
2020-08-17 21:21:11 -05:00
|
|
|
|
{
|
|
|
|
|
public interface IClientMetaResponse
|
|
|
|
|
{
|
2022-01-26 10:32:16 -06:00
|
|
|
|
int ClientId { get; }
|
2021-08-31 18:21:40 -05:00
|
|
|
|
long MetaId { get; }
|
2020-08-17 21:21:11 -05:00
|
|
|
|
}
|
2022-01-26 10:32:16 -06:00
|
|
|
|
}
|