using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tango.PPC.Shared.Statistics; namespace Tango.FSE.Common.Statistics { public class JobRunReceivedEventArgs : EventArgs { public JobRunComposition JobRunComposition { get; set; } } }