DocSpace-client/common/ASC.Core.Common/protos/UserInfoCacheItem.proto
2019-07-22 15:31:09 +03:00

8 lines
129 B
Protocol Buffer

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