strong ressources and interface

This commit is contained in:
Paul Schneider 2019-06-17 20:52:51 +01:00
commit ddedb227b1
44 changed files with 2456 additions and 414 deletions

View file

@ -18,11 +18,11 @@ namespace Yavsc.ViewComponents
{
ApplicationDbContext dbContext;
IBillingService billing;
IStringLocalizer<Yavsc.Resources.YavscLocalisation> localizer;
IStringLocalizer<Yavsc.YavscLocalisation> localizer;
ILogger logger ;
public BillViewComponent(ApplicationDbContext dbContext,
IStringLocalizer<Yavsc.Resources.YavscLocalisation> localizer,
IStringLocalizer<Yavsc.YavscLocalisation> localizer,
IBillingService billing,
ILoggerFactory loggerFactory)
{