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

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