strong ressources and interface

This commit is contained in:
2019-06-17 20:52:51 +01:00
parent 0e6efa4272
commit 883a6e2bd9
44 changed files with 2456 additions and 414 deletions

View File

@ -14,7 +14,6 @@ namespace Yavsc.ApiControllers
using Models;
using Services;
using Models.Haircut;
using Resources;
using System.Threading.Tasks;
using Helpers;
using Microsoft.Data.Entity;
@ -42,7 +41,7 @@ namespace Yavsc.ApiControllers
IOptions<GoogleAuthSettings> googleSettings,
IYavscMessageSender GCMSender,
UserManager<ApplicationUser> userManager,
IStringLocalizer<Yavsc.Resources.YavscLocalisation> localizer,
IStringLocalizer<Yavsc.YavscLocalisation> localizer,
IEmailSender emailSender,
IOptions<SmtpSettings> smtpSettings,
IOptions<SiteSettings> siteSettings,