public sline_article GetById(int id) { return(_IArticleDAL.GetById(id)); }
public Article GetById(int id) { return(_articleDAL.GetById(id)); }