11 lines
148 B
C#
11 lines
148 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class NewMailScNotify
|
|
{
|
|
[ProtoMember(12)] public List<int> MailIdList;
|
|
}
|
|
|
|
}
|