DocSpace-client/common/ASC.Core.Common/protos/tariff_cache_item.proto
2022-10-05 12:12:16 +03:00

8 lines
127 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Billing;
message TariffCacheItem {
int32 tenant_id = 1;
int32 tariff_id = 2;
}