select repo

This commit is contained in:
Paul Schneider 2018-07-22 23:19:05 +02:00
commit 5e16c588a1
13 changed files with 2792 additions and 138 deletions

View file

@ -20,11 +20,11 @@ namespace Yavsc.Controllers
{
private ApplicationDbContext _context;
ILogger _logger;
IStringLocalizer<ProjectController> _localizer;
IStringLocalizer<Yavsc.Resources.YavscLocalisation> _localizer;
public ProjectController(ApplicationDbContext context,
ILoggerFactory loggerFactory,
IStringLocalizer<ProjectController> localizer
IStringLocalizer<Yavsc.Resources.YavscLocalisation> localizer
)
{
_context = context;