DocSpace-client/common/ASC.Core.Common/protos/RegisterUserProto.proto
2020-09-24 17:30:27 +03:00

10 lines
152 B
Protocol Buffer

syntax = "proto3";
package ASC.Core.Common.Notify;
message RegisterUserProto {
string UserId= 1;
int32 TenantId= 2;
string Token= 3;
}