C# Class Onion.Infrastructure.Services.Controllers.CategoriesController

Inheritance: ApiController
Mostrar archivo Open project: sharifhkhan/OnionArchitecture

Public Methods

Method Description
CategoriesController ( ICategoryRepository categoryRepository ) : System.Collections.Generic
Get ( ) : IEnumerable

Method Details

CategoriesController() public method

public CategoriesController ( ICategoryRepository categoryRepository ) : System.Collections.Generic
categoryRepository ICategoryRepository
return System.Collections.Generic

Get() public method

public Get ( ) : IEnumerable
return IEnumerable