Articles.Web.Controllers.ArticlesController.ArticlesController C# (CSharp) Method

ArticlesController() public method

public ArticlesController ( ) : Articles.Data
return Articles.Data
        public ArticlesController()
            : this(new ArticlesData(new ApplicationDbContext()))
        {

        }

Same methods

ArticlesController::ArticlesController ( IArticlesData data ) : Articles.Data