aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/JobRemovedMessage.cs
blob: 5a7faded678979420eb1edf1ab6dcd7ad117631f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.BL.Entities;

namespace Tango.PPC.Jobs.Messages
{
    public class JobRemovedMessage
    {
        public Job Job { get; set; }
    }
}