refactor(core): DTOs und Services an Core 2.0.0.0 angepasst
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
namespace DigitalData.UserManager.Application.DTOs.Module
|
||||
using DigitalData.Core.Abstractions;
|
||||
|
||||
namespace DigitalData.UserManager.Application.DTOs.Module
|
||||
{
|
||||
public record ModuleDto(
|
||||
int Id,
|
||||
string? Name,
|
||||
string? ShortName
|
||||
);
|
||||
) : IUnique<int>;
|
||||
}
|
||||
Reference in New Issue
Block a user