Exemplo n.º 1
0
        public CustomerUtils()
        {
            // svc = DependencyInjector.Get<ICustProdRegistrationsserviceagent, CustProdRegistrationsserviceagent>();
            commonHelper = DependencyInjector.Get <ICommonHelper, CommonHelper>();


            authUtils     = DependencyInjector.Get <IAuthenticationUtils, AuthenticationUtils>();
            isacUserUtils = DependencyInjector.Get <IUserUtils, UserUtils>();



            // svc.Setup();
        }
Exemplo n.º 2
0
 public LoginController(
     IAuthenticationUtils authenticationUtils,
     IShopyDriver shopy) : base(shopy)
 {
     _authenticationUtils = authenticationUtils;
 }