Ejemplo n.º 1
0
 public BaseController(IMultiLang multiLang, IHttpContextAccessor httpContext)
 {
     _multiLang   = multiLang;
     _httpContext = httpContext;
 }
Ejemplo n.º 2
0
 public HomeController(IMultiLang multiLang, IHttpContextAccessor httpContext) : base(multiLang, httpContext)
 {
 }