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