Exemplo n.º 1
0
 public void Setup()
 {
     ContentFileInfoParser = new UtilityFactory().CreateContentFileInfoParser();
 }
Exemplo n.º 2
0
 public ContentController(IContentService contentService, IContentFileInfoParser contentFileInfoParser)
 {
     this.contentService        = contentService;
     this.contentFileInfoParser = contentFileInfoParser;
 }