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