Esempio n. 1
0
        public IHttpActionResult Get()
        {
            Services.CategoryService categoryService = CreateCategoryService();
            var categories = categoryService.GetCategories();

            return(Ok(categories));
        }
Esempio n. 2
0
 static void ServiceTest()
 {
     Services.CategoryService service = new Services.CategoryService();
     service.Start(DateTime.Now);
 }
Esempio n. 3
0
 static void ServiceTest()
 {
     Services.CategoryService service = new Services.CategoryService();
     service.Start(DateTime.Now);
 }