ActivityLog.Controllers.PeopleController.PeopleController C# (CSharp) Method

PeopleController() public method

public PeopleController ( IPersonRepository personRepository ) : System.Web.Mvc
personRepository IPersonRepository
return System.Web.Mvc
        public PeopleController(IPersonRepository personRepository)
        {
			this.personRepository = personRepository;
        }