Beispiel #1
0
        public Dictionary <string, int> Get()
        {
            var service = new ApkService(new ApKRepository(new ApkContext()));

            return(service.GetCategorys());
        }