Ejemplo n.º 1
0
        public string AddArticle(Article article)
        {
            var status = _newService.AddArticle(article);

            return(status ? "1" : "0");
        }