public CustomerUtils() { // svc = DependencyInjector.Get<ICustProdRegistrationsserviceagent, CustProdRegistrationsserviceagent>(); commonHelper = DependencyInjector.Get <ICommonHelper, CommonHelper>(); authUtils = DependencyInjector.Get <IAuthenticationUtils, AuthenticationUtils>(); isacUserUtils = DependencyInjector.Get <IUserUtils, UserUtils>(); // svc.Setup(); }
public LoginController( IAuthenticationUtils authenticationUtils, IShopyDriver shopy) : base(shopy) { _authenticationUtils = authenticationUtils; }