11 lines
193 B
C#
11 lines
193 B
C#
using System.Collections.Generic;
|
|
using Prism.Events;
|
|
using SWS.CAD.Models;
|
|
|
|
namespace SWS.CAD.Event
|
|
{
|
|
public class SelectProjectEvent : PubSubEvent<List<ec_notification>>
|
|
{
|
|
}
|
|
}
|