Beispiel #1
0
 public NotificationReceived(Guid notificationId, NotifcationEndpointType endpointType, string address, DateTime timeStamp)
 {
     TimeStamp      = timeStamp;
     EndpointType   = endpointType;
     Address        = address;
     NotificationId = notificationId;
 }
Beispiel #2
0
 public NotificationEndpoint(Guid id, NotifcationEndpointType type, string address)
 {
     this.Id           = id;
     this.EndpointType = type;
     this.Address      = address;
 }