示例#1
0
 public ChannelGroupAddPermCommand(uint channelGroupId, PermissionLight permission) : this(channelGroupId, new[] { permission })
 {
 }
示例#2
0
 public ChannelClientAddPermCommand(uint channelId, uint clientDatabaseId, PermissionLight permission) : this(channelId, clientDatabaseId, new[] { permission })
 {
 }