aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.BL/Web/PrintCardRequest.cs
blob: 23a1c396a197d120de61b1f7648f615c321c4aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Transport.Web;

namespace Tango.TCC.BL.Web
{
    public class PrintCardRequest : WebRequestMessage
    {
        public String Address { get; set; }

        public String Message { get; set; }
    }
}