Beispiel #1
0
        public List <Catalog> Get()
        {
            ICatalogService myService = ServiceLocator.Current.GetInstance <ICatalogService>();

            return(myService.AllCatalog());
        }