Skip to content
Snippets Groups Projects
Commit e190fef5 authored by esantangelo's avatar esantangelo
Browse files

commit

parent 42bcf47b
No related branches found
No related tags found
1 merge request!2Forum post postmessage
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.Json.Serialization;
namespace Tsi1.BusinessLayer.Dtos
{
......@@ -10,6 +11,7 @@ namespace Tsi1.BusinessLayer.Dtos
public int ForumId { get; set; }
[JsonIgnore]
public int UserId { get; set; }
}
......
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.Json.Serialization;
namespace Tsi1.BusinessLayer.Dtos
{
......@@ -8,6 +9,7 @@ namespace Tsi1.BusinessLayer.Dtos
{
public string Content { get; set; }
[JsonIgnore]
public int UserId { get; set; }
public int PostId { get; set; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment