commited scoobydoo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Nexus.Application.DTOs.Projects;
|
||||
|
||||
public class ProjectDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Name { get; set; } = null!;
|
||||
public DateTime CreatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user