using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.BL
{
/// <summary>
/// Represents an observable modified event arguments.
/// </summary>
/// <seealso cref="System.EventArgs" />
public class ObservableModifiedEventArgs : EventArgs
{
/// <summary>
/// Gets or sets the modified entity context.