Exemplo n.º 1
0
 public GetChannelInteractor(IGetChannelRepository GetChannelRepository)
 {
     this.GetChannelRepository = GetChannelRepository;
 }
 private void SetUpSpecified(IGetChannelRepository GetChannelRepository)
 {
     interactor = new GetChannelInteractor(GetChannelRepository);
 }