Method | Description | |
---|---|---|
Add ( |
||
BlogService ( IUnitOfWork unitOfWork, IBlogRepository blogRepository ) : System | ||
Delete ( |
||
GetAll ( ) : Business.Entities.Blog[] | ||
GetById ( int id ) : |
||
Update ( |
public BlogService ( IUnitOfWork unitOfWork, IBlogRepository blogRepository ) : System | ||
unitOfWork | IUnitOfWork | |
blogRepository | IBlogRepository | |
return | System |