AreasExample.Areas.Admin.Controllers.ProfileController.ProfileController C# (CSharp) Method

ProfileController() public method

public ProfileController ( ) : System
return System
        public ProfileController()
            : this(new ProfileRepository())
        {
        }

Same methods

ProfileController::ProfileController ( Dummy d ) : System
ProfileController::ProfileController ( IProfileRepository profileRepository ) : System