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;
        }