This commit is contained in:
Paul Schneider 2019-01-10 12:28:33 +00:00
commit ab8b9dd8a2

View file

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