ActivityLog.Controllers.PeopleController.PeopleController C# (CSharp) Метод

PeopleController() публичный Метод

public PeopleController ( IPersonRepository personRepository ) : System.Web.Mvc
personRepository IPersonRepository
Результат System.Web.Mvc
        public PeopleController(IPersonRepository personRepository)
        {
			this.personRepository = personRepository;
        }