Files
NKC/NKC.Data/DTO/RemnantDTO.cs
2021-11-25 09:56:01 +01:00

13 lines
187 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NKC.Data.DTO
{
public class RemnantDTO
{
}
}