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

7 lines
102 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Caching;
message TenantSetting {
string Key = 1;
}