Пример #1
0
 public void Test_ChannelService()
 {
     _service   = new ChannelService();
     _channelID = Guid.NewGuid();
     _confAppID = Guid.NewGuid();
     TestCreate();
     TestExists();
     TestRead();
     TestUpdate();
     TestDelete();
     _service.Close();
 }