Example #1
0
        public void GetService()
        {
            var service = new PublicationsService();

            ListPublications = service.GetPublication();
        }
 public PublicationsController()
 {
     _publicationsService = new PublicationsService();
 }