C# Class InsanelySimpleBlog.Services.Implementation.CategoriesService

Inheritance: ICategoriesService
显示文件 Open project: JamesRandall/Insanely-Simple-Blog Class Usage Examples

Public Methods

Method Description
All ( ) : IEnumerable
CategoriesService ( ) : System.Collections.Generic
CategoriesService ( IUnitOfWorkFactory unitOfWorkFactory, CategoryViewModel>.IMapper categoryMapper ) : System.Collections.Generic

Method Details

All() public method

public All ( ) : IEnumerable
return IEnumerable

CategoriesService() public method

public CategoriesService ( ) : System.Collections.Generic
return System.Collections.Generic

CategoriesService() public method

public CategoriesService ( IUnitOfWorkFactory unitOfWorkFactory, CategoryViewModel>.IMapper categoryMapper ) : System.Collections.Generic
unitOfWorkFactory IUnitOfWorkFactory
categoryMapper CategoryViewModel>.IMapper
return System.Collections.Generic