Example #1
0
 public BlogController(IBlogService blog, IGridFileSystem gridFs, ISettingsService settings)
 {
     _blog   = blog;
     _gridFs = gridFs;
 }
Example #2
0
 public HomeController(IGridFileSystem grid, IServiceCollection services, INugetHistoryService nugetHistory)
 {
     _grid     = grid;
     _services = services;
     _nuget    = nugetHistory;
 }