Example #1
0
 public Channel(JObject data)
 {
     Data = ChannelUtils.CreateFromJson(data.ToObject <ChannelJson>(), null);
 }