11 lines
No EOL
232 B
C#
11 lines
No EOL
232 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication.DbServer.WarehouseService
|
|
{
|
|
[ProtoContract]
|
|
public class AccountWarehouseGetItemsRequest
|
|
{
|
|
[ProtoMember(1)]
|
|
public long AccountId { get; set; }
|
|
}
|
|
} |