HBS.Entities.UserProfile.UserProfile C# (CSharp) Method

UserProfile() public method

public UserProfile ( ) : System
return System
        public UserProfile()
        {
        }

Same methods

UserProfile::UserProfile ( IDataReader dbReader ) : System
UserProfile::UserProfile ( int companyId, string userName, string password, string firstName, string lastName, string email, int userId, int roleId ) : System
UserProfile