main
Paul Schneider 7 years ago
parent e1b692e3a5
commit e667c92612
1 changed files with 3 additions and 0 deletions

@ -8,6 +8,9 @@ using Yavsc.Models.Blog;
namespace Yavsc.Controllers
{
/// <summary>
/// Comment some post.
/// </summary>
public class CommentsController : Controller
{
private ApplicationDbContext _context;

Loading…