AccountProfile.Controllers.ProfileController.ProfileController C# (CSharp) Méthode

ProfileController() public méthode

public ProfileController ( ) : System
Résultat System
        public ProfileController()
            : this(new ProfileRepository())
        {
        }

Same methods

ProfileController::ProfileController ( IProfileRepository profileRepository ) : System