protected bool CheckNext(string email, string password) { if (next == null) { return(true); } return(next.Check(email, password)); }
protected Boolean CheckNext(string email, string password) { if (_next == null) { return(true); } return(_next.Check(email, password)); }