ABsoluteMaybe.ABsoluteMaybeBuilder.SetUserIdentification C# (CSharp) 메소드

SetUserIdentification() 공개 메소드

public SetUserIdentification ( Func userIdentificationFactory ) : ABsoluteMaybeBuilder
userIdentificationFactory Func
리턴 ABsoluteMaybeBuilder
        public ABsoluteMaybeBuilder SetUserIdentification(Func<IUserIdentification> userIdentificationFactory)
        {
            _userIdentificationFactory = userIdentificationFactory;
            return this;
        }