Esempio n. 1
0
 public void AddChannelToGroup(string channel, string group)
 {
     _dao.AddChannelToGroup(channel, group);
 }