public BaseController(IMultiLang multiLang, IHttpContextAccessor httpContext)
 {
     _multiLang   = multiLang;
     _httpContext = httpContext;
 }
Beispiel #2
0
 public HomeController(IMultiLang multiLang, IHttpContextAccessor httpContext) : base(multiLang, httpContext)
 {
 }