示例#1
0
 public QueryNotificationAttribute(NotificationType type)
 {
     NotificationType = type;
     Name             = type.GetQueryString();
 }
示例#2
0
 public QueryNotificationAttribute(NotificationType type)
 {
     NotificationType = type;
     Name = type.GetQueryString();
 }