Cambiata visualizzazione calendario e aggiunto formAttività

This commit is contained in:
2025-06-11 10:11:20 +02:00
parent d462e9faca
commit d8f2588e0e
52 changed files with 1308 additions and 4734 deletions

View File

@@ -9,7 +9,7 @@ public static class ActivityCategoryHelper
return activityType switch
{
ActivityCategoryEnum.Memo => "memo",
ActivityCategoryEnum.Interna => "inerna",
ActivityCategoryEnum.Interna => "interna",
ActivityCategoryEnum.Commessa => "commessa",
_ => throw new ArgumentOutOfRangeException(nameof(activityType), activityType, null)
};

View File

@@ -1,6 +1,6 @@
using System.Collections;
namespace ConSegna.Shared.Core.Helpers;
namespace Template.Shared.Core.Helpers;
public static class ObjectExtensions
{