Articles.Web.Controllers.ArticlesController.ArticlesController C# (CSharp) 메소드

ArticlesController() 공개 메소드

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

        }

Same methods

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