11 lines
No EOL
209 B
C#
11 lines
No EOL
209 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication.Families
|
|
{
|
|
[ProtoContract]
|
|
public class FamilyInvitationRemoveRequest
|
|
{
|
|
[ProtoMember(1)]
|
|
public long SenderId { get; set; }
|
|
}
|
|
} |