DocSpace-client/common/ASC.Core.Common/protos/UserInfoCacheItem.proto
2019-08-28 15:58:53 +03:00

8 lines
128 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Caching;
message UserInfoCacheItem {
bytes ID = 1;
int32 Tenant = 2;
}