adjust DTOs, add call to push character data to visible clients

This commit is contained in:
Stanley Dimant
2022-06-30 17:19:58 +02:00
parent 3e00bc4efd
commit d56923d553
13 changed files with 82 additions and 72 deletions

View File

@@ -1,12 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MareSynchronos.API
namespace MareSynchronos.API
{
public class ForbiddenFileDto
public record ForbiddenFileDto
{
public string Hash { get; set; }
public string ForbiddenBy { get; set; }