This commit is contained in:
2019-01-10 12:28:33 +00:00
parent e1b692e3a5
commit e667c92612

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;