Exemplo n.º 1
0
 public RssProvider(CoreWikiContext context, IConfiguration configuration)
 {
     this.context       = context;
     this.Configuration = configuration;
 }
Exemplo n.º 2
0
 public DetailsPageTest()
 {
     this.context      = CoreWikiContextMock.GetContext();
     this.mockMediator = new Mock <IMediator>();
 }