strong ressources and interface
This commit is contained in:
parent
556d5b6ad2
commit
ddedb227b1
44 changed files with 2456 additions and 414 deletions
|
|
@ -39,7 +39,7 @@ namespace Yavsc.ApiControllers
|
|||
public BillingController(
|
||||
IAuthorizationService authorizationService,
|
||||
ILoggerFactory loggerFactory,
|
||||
IStringLocalizer<Yavsc.Resources.YavscLocalisation> SR,
|
||||
IStringLocalizer<Yavsc.YavscLocalisation> SR,
|
||||
ApplicationDbContext context,
|
||||
IOptions<GoogleAuthSettings> googleSettings,
|
||||
IYavscMessageSender GCMSender,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue