select repo
This commit is contained in:
parent
d6aa59359a
commit
5e16c588a1
13 changed files with 2792 additions and 138 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue