aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/UpdateDBResponse.cs
blob: 212cd02d270340d1d459997421c68dd0ee27351b (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.PPC.Common.MachineUpdate
{
    public class UpdateDBResponse : WebResponseMessage
    {
        public String DbAddress { get; set; }
        public String DbUserName { get; set; }
        public String DbPassword { get; set; }
    }
}