strong ressources and interface
This commit is contained in:
parent
556d5b6ad2
commit
ddedb227b1
44 changed files with 2456 additions and 414 deletions
|
|
@ -19,11 +19,11 @@ namespace Yavsc.Controllers
|
|||
{
|
||||
private ApplicationDbContext _context;
|
||||
ILogger _logger;
|
||||
IStringLocalizer<Yavsc.Resources.YavscLocalisation> _localizer;
|
||||
IStringLocalizer<Yavsc.YavscLocalisation> _localizer;
|
||||
|
||||
public ProjectController(ApplicationDbContext context,
|
||||
ILoggerFactory loggerFactory,
|
||||
IStringLocalizer<Yavsc.Resources.YavscLocalisation> localizer
|
||||
IStringLocalizer<Yavsc.YavscLocalisation> localizer
|
||||
)
|
||||
{
|
||||
_context = context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue