public AuthenticationHelper(ICachePersist cachePersist, IDeviceService deviceService) { _cachePersist = cachePersist; _deviceService = deviceService; }
public UIUtils(ICachePersist cachePersist, IAuthenticationHelper authenticationHelper) { _cachePersist = cachePersist; _authenticationHelper = authenticationHelper; }