예제 #1
0
        public IEnumerable <ItemModel> GetItemsForCatagory(string catagory)
        {
            var service = new ApkService(new ApKRepository(new ApkContext()));

            return(service.GetItemsPerCatagory(catagory));
        }