Primo sviluppo sincronizzazione e migliorie ui
This commit is contained in:
10
Template.Shared/Core/Dto/ActivityDTO.cs
Normal file
10
Template.Shared/Core/Dto/ActivityDTO.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Template.Shared.Core.Entity;
|
||||
using Template.Shared.Core.Helpers.Enum;
|
||||
|
||||
namespace Template.Shared.Core.Dto;
|
||||
|
||||
public class ActivityDTO : StbActivity
|
||||
{
|
||||
public string? Commessa { get; set; }
|
||||
public ActivityCategoryEnum Category { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user