App.Core.Controllers.PostsController.PostsController C# (CSharp) Method

PostsController() public method

public PostsController ( IRepository repository ) : System.Collections.Generic
repository IRepository
return System.Collections.Generic
        public PostsController(IRepository repository)
        {
            this.repository = repository;
        }