Add application services for profiles and neutrino
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace RecNet.Application.Profiles;
|
||||
|
||||
public class ProfileDTO
|
||||
{
|
||||
[JsonPropertyName("ProfileId")]
|
||||
public Guid ProfileId { get; init; }
|
||||
|
||||
[JsonPropertyName("Name")]
|
||||
|
||||
public required string Name { get; init; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user