Пример #1
0
 public QueryNotificationAttribute(NotificationType type)
 {
     NotificationType = type;
     Name             = type.GetQueryString();
 }
Пример #2
0
 public QueryNotificationAttribute(NotificationType type)
 {
     NotificationType = type;
     Name = type.GetQueryString();
 }