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; }
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
using Nexus.Application.DTOs.Projects;
|
||||
|
||||
namespace Nexus.Application.Interfaces;
|
||||
|
||||
public interface IProjectService
|
||||
{
|
||||
Task<List<ProjectDto>> GetAllAsync();
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Nexus.Application")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ffb640049c77cdab4df81c7117b1ed3d9e24ddab")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+077ee48927ee13d52504c44cc7a03836ec629880")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Nexus.Application")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Nexus.Application")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
973eecd23bf08c0d1e5c0fbe1d0f94d61ee54e6e44b7de07c7f7f138ba92da76
|
||||
ddc97d5fcdc158aa1b4c928d6d2d607eec97c63c6371318d0fd98e71d0c2bedb
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -1 +1 @@
|
||||
3b18b4c23758eaa8ebd1022d2cdd6cfef67affb7d23cfcd06959e8cfbcf2bfa4
|
||||
09e77e7ac92e9a50efcdf4965a6d43e33ae096236a23248df84917253b6e34d3
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user