Cambiata visualizzazione calendario e aggiunto formAttività
This commit is contained in:
6
Template.Shared/Core/Dto/ActivityResultDTO.cs
Normal file
6
Template.Shared/Core/Dto/ActivityResultDTO.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Template.Shared.Core.Dto;
|
||||
|
||||
public class ActivityResultDTO
|
||||
{
|
||||
public string ActivityResultId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user